IDMW 2.0 XML-Schema Dokumentation
GLN_NO Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > SUPPLIER Element : GLN_NO Element
Description
This element is used to enter a unique global location number (GLN). The GLN allows for an unequivocal assignment of companies or business units, e.g. for the automated electronic exchange of data.
If a company has multiple GLN values, the root GLN must be specified.
   D   string
   P   [0-9]{13}
   M   
Namespace (none)
Type
Restriction of xs:string
Diagram
GLN_NO Element
Overview
GLN_NO Restriction of xs:string
This element is used to enter a unique global location number (GLN). The GLN allows for an unequivocal assignment of companies or business units, e.g. for the automated electronic exchange of data.
If a company has multiple GLN values, the root GLN must be specified.
   D   string
   P   [0-9]{13}
   M   
Remarks

Source
<xs:element name="GLN_NO" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>100--45--GLN_Nr
30.05.2012/Bur</xs:documentation>
    <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="[0-9]{13}" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SUPPLIER ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation