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 10 digits whereas the last digit is a control digit.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:length value="10"/> <xsd:pattern value="[0-9]{10}"/> </xsd:restriction> </xsd:simpleType> |