IDMW 2.0 XML-Schema Dokumentation
SALES_NUMBER Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > SERIES Element > SERIE Element > PRODUCT_GROUPS Element > PRODUCT_GROUP Element > ITEMS Element > ITEM Element : SALES_NUMBER Element
Description
If existing, the sale number of the item must be entered in this element.    D   string
   P   
   M   [1:30]
Namespace (none)
Type
Restriction of xs:string
Diagram
SALES_NUMBER Element
Overview
SALES_NUMBER optional Restriction of xs:string
If existing, the sale number of the item must be entered in this element.    D   string
   P   
   M   [1:30]
Source
<xs:element name="SALES_NUMBER" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:minLength value="1" />
      <xs:maxLength value="30" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
ITEM ElementITEMS ElementPRODUCT_GROUP ElementPRODUCT_GROUPS ElementSERIE ElementSERIES ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation