simpleType GTIN
type restriction of xs:string
properties
base xs:string
used by
elements LightSources/ChangeableLightSource/GTIN LightSources/FixedLightSource/GTIN LightSources/MultiChannelLightSource/GTIN Variants/Variant/GTIN
facets
Kind Value Annotation
pattern (\d{8}|\d{12}|\d{13}|\d{14})
annotation
documentation
Definition of the Global Trade Item Number (GTIN)
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>


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