IDMW 2.0 XML-Schema Dokumentation
POS_COUNT_VALUE Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > PART_LISTS Element > PART_LIST Element > PART_LIST_POS Element : POS_COUNT_VALUE Element
Description
 
This element is used to specify the quantity of the item in the piece list.    D   nonNegativeInteger
   P   
   M   [0:999999999]
Namespace (none)
Type
Restriction of xs:nonNegativeInteger
Diagram
POS_COUNT_VALUE Element
Overview
POS_COUNT_VALUE Restriction of xs:nonNegativeInteger
 
This element is used to specify the quantity of the item in the piece list.    D   nonNegativeInteger
   P   
   M   [0:999999999]
Source
<xs:element name="POS_COUNT_VALUE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="DE">Anzahl der Positionen gemäß der Einheit an den Stammdaten</xs:documentation>
    <xs:documentation>Version Beta 2.0 Build 0, K. Richter 26.03.2014</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:nonNegativeInteger">
      <xs:minInclusive value="0" />
      <xs:maxInclusive value="999999999" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
PART_LIST_POS ElementPART_LIST ElementPART_LISTS ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation