type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="GTIN"> <xs:annotation> <xs:documentation>Definition of the Global Trade Item Number (GTIN)</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="(\d{8}|\d{12}|\d{13}|\d{14})"/> </xs:restriction> </xs:simpleType> |