Showing:

Diagrams
Facets
Source
Used by
Simple Type GLNType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
length 13
pattern \d+
Used by
Source
<xs:simpleType name="GLNType">
  <xs:restriction base="xs:string">
    <xs:length value="13"/>
    <xs:pattern value="\d+"/>
  </xs:restriction>
</xs:simpleType>