IDMW 2.0 XML-Schema Dokumentation
SET_MESSAGE Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > FEATURE_DEFINITION Element > DECISIONS Element > DECISION Element > OPTION_COMBINATION Element > ACTIONS Element : SET_MESSAGE Element
Description
This element is used to set a message for the purpose of triggering warnings or notices for certain feature combinations.
Namespace (none)
Diagram
SET_MESSAGE Element
Overview
SET_MESSAGE
This element is used to set a message for the purpose of triggering warnings or notices for certain feature combinations.
MESSAGE_NO required Restriction of xs:nonNegativeInteger
This attribute is used to reference a message.    D   nonNegativeInteger
   P   
   M   [0:999999]
Attributes
NameTypeUseDefaultFixedDescription
MESSAGE_NORestriction of xs:nonNegativeIntegerrequired  
This attribute is used to reference a message.    D   nonNegativeInteger
   P   
   M   [0:999999]
Source
<xs:element name="SET_MESSAGE" 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 4 gesetzt werden</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="MESSAGE_NO" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:nonNegativeInteger">
          <xs:minInclusive value="0" />
          <xs:maxInclusive value="999999" />
        </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