simpleType FIFAIdentifier
namespace http://fifa.com/fc
type restriction of xsd:string
properties
base xsd:string
used by
attributes FacilityType/@FacilityFIFAId RegistrationType/@OrganisationFIFAId OrganisationType/@OrganisationFIFAId FacilityType/@OrganisationFIFAId FacilityType/@ParentFacilityFIFAId OrganisationType/@ParentOrganisationFIFAId RegistrationType/@PersonFIFAId PersonType/@PersonFIFAId
facets
Kind Value Annotation
length 7
pattern ^[0123456789ABCDEFGHIJKLMNPQRSTUVWXYZ]{6}[0123456789ABCDEFGHIJKLMNPQRSTU]$
annotation
documentation
A worldwide unique identifier issued by FIFA. The format is defined by 7 digits whereas the last digit is a control digit.
source <xsd:simpleType name="FIFAIdentifier">
 
<xsd:annotation>
   
<xsd:documentation>A worldwide unique identifier issued by FIFA. The format is defined by 7 digits whereas the last digit is a control digit.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="7"/>
   
<xsd:pattern value="^[0123456789ABCDEFGHIJKLMNPQRSTUVWXYZ]{6}[0123456789ABCDEFGHIJKLMNPQRSTU]$"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy