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

This action activates rules.

Namespace (none)
Diagram
ENABLE_DECISION Element
Overview
ENABLE_DECISION

This action activates 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="ENABLE_DECISION" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="DECISION_NO">
      <xs:annotation>
        <xs:documentation>einheitlich auf 1 bis 9999999999 gesetzt, K. Richter 10.03.2015</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
ACTIONS ElementOPTION_COMBINATION ElementDECISION ElementDECISIONS ElementFEATURE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation