Showing:

Diagrams
Facets
Source
Used by
Simple Type GTINType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 0
maxLength 14
pattern \d*
Used by
Source
<xs:simpleType name="GTINType">
  <xs:restriction base="xs:string">
    <xs:minLength value="0"/>
    <xs:maxLength value="14"/>
    <xs:pattern value="\d*"/>
  </xs:restriction>
</xs:simpleType>