simpleType Identifier
namespace http://fifa.com/exchange/fe
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
length 37
pattern [L0][0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[8-9a-b][0-9a-f]{3}-[0-9a-f]{12}
annotation
documentation
A worldwide unique identifier. Its format is based on the cannonical representation of the UUID (UUID, see RFC4122) but contains a flag as first caracter that indicates if the identifier was generated through the centralized FIFA service or had to be generated locally (i.e. due to unavailability of the FIFA service):
Example: Fxxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx (where F=L, 0 and N= 8,9,a,b and M=1,2,3,4,5 and x=0..9,a..f).
source <xsd:simpleType name="Identifier">
 
<xsd:annotation>
   
<xsd:documentation>A worldwide unique identifier. Its format is based on the cannonical representation of the UUID (UUID, see RFC4122) but contains a flag as first caracter that indicates if the identifier was generated through the centralized FIFA service or had to be generated locally (i.e. due to unavailability of the FIFA service):
Example: Fxxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx (where F=L, 0 and N= 8,9,a,b and M=1,2,3,4,5 and x=0..9,a..f).
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:length value="37"/>
   
<xsd:pattern value="[L0][0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[8-9a-b][0-9a-f]{3}-[0-9a-f]{12}"/>
 
</xsd:restriction>
</xsd:simpleType>


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