| namespace | http://fifa.com/fc | |||||||||
| type | restriction of xsd:string | |||||||||
| properties |
|
|||||||||
| used by |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| 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> |