IDMW 2.0 XML-Schema Dokumentation
POSTBOX Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > SUPPLIER Element > CONTACT_SUPPLIER Element : POSTBOX Element
Description
This element is, if present, used to specify the PO Box line of the manufacturer's address. The word "PO Box" must be omitted.    D   string
   P   [0-9a-zA-Z]{0,10}
   M   [00:10]
Namespace (none)
Type
Restriction of xs:string
Diagram
POSTBOX Element
Overview
POSTBOX optional Restriction of xs:string
This element is, if present, used to specify the PO Box line of the manufacturer's address. The word "PO Box" must be omitted.    D   string
   P   [0-9a-zA-Z]{0,10}
   M   [00:10]
Remarks

Source
<xs:element name="POSTBOX" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>100--24--Postfach</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-9a-zA-Z]{0,10}" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
CONTACT_SUPPLIER ElementSUPPLIER ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation