IDMW 2.0 XML-Schema Dokumentation
PRICE_TYPE_RULE Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > PRICE_DEFINITION Element > PRICE_TYPES Element > PRICE_TYPE Element > PRICE_TYPE_RULES Element : PRICE_TYPE_RULE Element
Description
This element is used to define rules for determining the price type.
Namespace (none)
Diagram
RULE Element Sequence PRICE_TYPE_RULE Element
Overview
PRICE_TYPE_RULE 1..100
This element is used to define rules for determining the price type.
RULE_NO required Restriction of xs:nonNegativeInteger
This element is used to specify the rule number.    D   nonNegativeInteger
   P   
   M   [0:9999]
Sequence
RULE xs:string
This element is used to define the rule.    D   string
   P   
   M
Attributes
NameTypeUseDefaultFixedDescription
RULE_NORestriction of xs:nonNegativeIntegerrequired  
This element is used to specify the rule number.    D   nonNegativeInteger
   P   
   M   [0:9999]
Remarks

Source
<xs:element name="PRICE_TYPE_RULE" maxOccurs="100" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Polster
Regeln zur ermittelung der Preisart
z.B. if Preisgruppe A &gt; Preisgruppe B dann nimm Preisgruppe A </xs:documentation>
    <xs:documentation xml:lang="DE">Version 2.1 Build 7</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="RULE" type="xs:string">
        <xs:annotation>
          <xs:documentation>Feld zur Aufnahme von Regeln</xs:documentation>
          <xs:documentation xml:lang="DE">Version 2.1 Build 7 Polster</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="RULE_NO" use="required">
      <xs:annotation>
        <xs:documentation>360--0--NEW</xs:documentation>
        <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:nonNegativeInteger">
          <xs:minInclusive value="0" />
          <xs:maxInclusive value="9999" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also
PRICE_TYPE_RULES ElementPRICE_TYPE ElementPRICE_TYPES ElementPRICE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation