IDMW 2.0 XML-Schema Dokumentation
DISABLE_DECISION Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > FEATURE_DEFINITION Element > DECISIONS Element > DECISION Element > OPTION_COMBINATION Element > ACTIONS Element : DISABLE_DECISION Element
Description

This action deactivates rules.

Namespace (none)
Diagram
DISABLE_DECISION Element
Overview
DISABLE_DECISION

This action deactivates rules.

DECISION_NO optional Restriction of xs:positiveInteger
This attribute is used to reference a rule.    D   positiveInteger
   P   
   M  [1:9999999999] 
Attributes
NameTypeUseDefaultFixedDescription
DECISION_NORestriction of xs:positiveIntegeroptional  
This attribute is used to reference a rule.    D   positiveInteger
   P   
   M  [1:9999999999] 
Source
<xs:element name="DISABLE_DECISION" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="DECISION_NO">
      <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
ACTIONS ElementOPTION_COMBINATION ElementDECISION ElementDECISIONS ElementFEATURE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation