IDMW 2.0 XML-Schema Dokumentation
MEASURE_VALUE_OP Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > PRICE_DEFINITION Element > PRICE_FEATURE_GROUPS Element > PRICE_FEATURE_GROUP Element > PERCENTAGE_SURCHARGE Element > OPTIONS_SET_REF Element : MEASURE_VALUE_OP Element
Description
This element is used to check the dimension of an option using another dimension.
Namespace (none)
Diagram
MEASURE_VALUE_OP Element
Overview
MEASURE_VALUE_OP
This element is used to check the dimension of an option using another dimension.
MEASURE_VALUE required xs:nonNegativeInteger

This attribute is used to specify the comparison dimension.

 

   D   nonNegativeInteger
   P   
   M   
OPERATOR required Restriction of operator Simple Type
This attribute is used to define a comparison with a dimension.

The comparison operator may contain the following values:

eq (equal)

ne (not equal)

gt (greater)

lt (less)

ge (greater than or equal)

le (less than or equal)

   D   operator
   P   eq|ne|gt|lt|ge|le
   M   
Attributes
NameTypeUseDefaultFixedDescription
MEASURE_VALUExs:nonNegativeIntegerrequired  

This attribute is used to specify the comparison dimension.

 

   D   nonNegativeInteger
   P   
   M   
OPERATORRestriction of operator Simple Typerequired  
This attribute is used to define a comparison with a dimension.

The comparison operator may contain the following values:

eq (equal)

ne (not equal)

gt (greater)

lt (less)

ge (greater than or equal)

le (less than or equal)

   D   operator
   P   eq|ne|gt|lt|ge|le
   M   
Source
<xs:element name="MEASURE_VALUE_OP" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>1000--0--NEW</xs:documentation>
    <xs:documentation>Version Beta 2.4 Build 1</xs:documentation>
    <xs:documentation>01.07.2014 K. Richter</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="MEASURE_VALUE" type="xs:nonNegativeInteger" use="required">
      <xs:annotation>
        <xs:documentation>1000--0--NEW</xs:documentation>
        <xs:documentation>Version Beta 2.4 Build 1</xs:documentation>
        <xs:documentation>01.07.2014 K. Richter</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="OPERATOR" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="DE">eigener Typ Operator</xs:documentation>
        <xs:documentation>Version Beta 2.4 Build 1</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="operator">
          <xs:pattern value="eq|ne|gt|lt|ge|le" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also
OPTIONS_SET_REF ElementPERCENTAGE_SURCHARGE ElementPRICE_FEATURE_GROUP ElementPRICE_FEATURE_GROUPS ElementPRICE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation