IDMW 2.0 XML-Schema Dokumentation
SET_POS_COUNT_VALUE Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > FEATURE_DEFINITION Element > DECISIONS Element > DECISION Element > OPTION_COMBINATION Element > ACTIONS Element : SET_POS_COUNT_VALUE Element
Description
This version is used to set a quantity in the piece list.
This action must only be specified for rules with DECISION_TYPE = 3.
   D   nonNegativeInteger
   P   
   M   [0:9999]
Namespace (none)
Type
Restriction of xs:nonNegativeInteger
Diagram
SET_POS_COUNT_VALUE Element
Overview
SET_POS_COUNT_VALUE Restriction of xs:nonNegativeInteger
This version is used to set a quantity in the piece list.
This action must only be specified for rules with DECISION_TYPE = 3.
   D   nonNegativeInteger
   P   
   M   [0:9999]
Source
<xs:element name="SET_POS_COUNT_VALUE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>260--0--NEW</xs:documentation>
    <xs:documentation>Version Beta 2.0 Build 0, K. Richter 26.03.2014</xs:documentation>
    <xs:documentation>bestimmt, ob Unterposition gezogen wird</xs:documentation>
    <xs:documentation>setzt Anzahl</xs:documentation>
    <xs:documentation>darf nur von DECISION_TYPE 3 gesetzt werden</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:nonNegativeInteger">
      <xs:minInclusive value="0" />
      <xs:maxInclusive value="9999" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
ACTIONS ElementOPTION_COMBINATION ElementDECISION ElementDECISIONS ElementFEATURE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation