IDMW 2.0 XML-Schema Dokumentation
MEASURE_INTERVAL 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_INTERVAL Element
Description
This element is used to evaluate whether an option's dimension falls within or outside of an interval.
Namespace (none)
Diagram
MEASURE_INTERVAL Element
Overview
MEASURE_INTERVAL
This element is used to evaluate whether an option's dimension falls within or outside of an interval.
OPERATOR required Restriction of operator Simple Type

This attribute is used to evaluate whether a value is within the interval specified in MEASURE_MIN and MEASURE_MAX.

in (is contained in a quantity)

nin (is not contained in a quantity)

   D   operator
   P   in|nin
   M   
MEASURE_MIN required xs:nonNegativeInteger

This attribute is used to specify the starting value of the interval.

   D   nonNegativeInteger
   P   
   M   
MEASURE_MAX required xs:nonNegativeInteger
This attribute is used to specify the end value of the interval.    D   nonNegativeInteger
   P   
   M   
Attributes
NameTypeUseDefaultFixedDescription
OPERATORRestriction of operator Simple Typerequired  

This attribute is used to evaluate whether a value is within the interval specified in MEASURE_MIN and MEASURE_MAX.

in (is contained in a quantity)

nin (is not contained in a quantity)

   D   operator
   P   in|nin
   M   
MEASURE_MINxs:nonNegativeIntegerrequired  

This attribute is used to specify the starting value of the interval.

   D   nonNegativeInteger
   P   
   M   
MEASURE_MAXxs:nonNegativeIntegerrequired  
This attribute is used to specify the end value of the interval.    D   nonNegativeInteger
   P   
   M   
Source
<xs:element name="MEASURE_INTERVAL" 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="OPERATOR" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="DE">eigener Typ Operator "IN" und "NIN" möglich </xs:documentation>
        <xs:documentation>Version Beta 2.4 Build 1</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="operator">
          <xs:pattern value="in|nin" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="MEASURE_MIN" type="xs:nonNegativeInteger" use="required">
      <xs:annotation>
        <xs:documentation>405--8/9/10--Min_Breite/Hoehe/Tiefe</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="MEASURE_MAX" type="xs:nonNegativeInteger" use="required">
      <xs:annotation>
        <xs:documentation>405--8/9/10--Max_Breite/Hoehe/Tiefe</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: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