IDMW 2.0 XML-Schema Dokumentation
DECISION_REF Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > PART_LISTS Element > PART_LIST Element > PART_LIST_POS Element > DECISION_POS_COUNT Element : DECISION_REF Element
Description

This element references a rulethat determines the quantity factor. This type of rule is specifically identified via the attribute DECISION_TYPE 3 (with OPTION_COMBINATION/ACTIONS/SET_POS_COUNT_VALUE) and determines how often the position appears depending on possible feature combinations.

Namespace (none)
Diagram
DECISION_REF Element
Overview
DECISION_REF

This element references a rulethat determines the quantity factor. This type of rule is specifically identified via the attribute DECISION_TYPE 3 (with OPTION_COMBINATION/ACTIONS/SET_POS_COUNT_VALUE) and determines how often the position appears depending on possible feature combinations.

DECISION_NO required Restriction of xs:positiveInteger
This attribute is used to reference a rule that determines the quantity factor. This type of rule is specifically identified via the attribute DECISION_TYPE 3 (with OPTION_COMBINATION/ACTIONS/SET_POS_COUNT_VALUE) and determines how often the position appears depending on possible feature combinations.    D   positiveInteger
   P   
   M   [1:9999999999]
Attributes
NameTypeUseDefaultFixedDescription
DECISION_NORestriction of xs:positiveIntegerrequired  
This attribute is used to reference a rule that determines the quantity factor. This type of rule is specifically identified via the attribute DECISION_TYPE 3 (with OPTION_COMBINATION/ACTIONS/SET_POS_COUNT_VALUE) and determines how often the position appears depending on possible feature combinations.    D   positiveInteger
   P   
   M   [1:9999999999]
Source
<xs:element name="DECISION_REF" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation />
    <xs:documentation />
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="DECISION_NO" use="required">
      <xs:annotation>
        <xs:documentation>291--0--NEW</xs:documentation>
        <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        <xs:documentation>einheitlich auf 1 bis 99999 gesetzt, K. Richter 23.05.2014</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:positiveInteger">
          <xs:minInclusive value="1" />
          <xs:maxInclusive value="9999999999" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also
DECISION_POS_COUNT ElementPART_LIST_POS ElementPART_LIST ElementPART_LISTS ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation