ItemPropertyRangeType

<ccts:Component>
  <ccts:ComponentType>ABIE</ccts:ComponentType>
  <ccts:DictionaryEntryName>Item Property Range. Details</ccts:DictionaryEntryName>
  <ccts:Definition>A class to describe a range of values for an item property.</ccts:Definition>
  <ccts:ObjectClass>Item Property Range</ccts:ObjectClass>
</ccts:Component>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="ItemPropertyRangeType">
  <xsd:annotation>
    <xsd:documentation>
      <ccts:Component>
        <ccts:ComponentType>ABIE</ccts:ComponentType>
        <ccts:DictionaryEntryName>Item Property Range. Details</ccts:DictionaryEntryName>
        <ccts:Definition>A class to describe a range of values for an item property.</ccts:Definition>
        <ccts:ObjectClass>Item Property Range</ccts:ObjectClass>
      </ccts:Component>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="cbc:MinimumValue" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Item Property Range. Minimum_ Value. Text</ccts:DictionaryEntryName>
            <ccts:Definition>The minimum value in this range of values.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Item Property Range</ccts:ObjectClass>
            <ccts:PropertyTermQualifier>Minimum</ccts:PropertyTermQualifier>
            <ccts:PropertyTerm>Value</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
            <ccts:DataType>Text. Type</ccts:DataType>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cbc:MaximumValue" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Item Property Range. Maximum_ Value. Text</ccts:DictionaryEntryName>
            <ccts:Definition>The maximum value in this range of values.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Item Property Range</ccts:ObjectClass>
            <ccts:PropertyTermQualifier>Maximum</ccts:PropertyTermQualifier>
            <ccts:PropertyTerm>Value</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
            <ccts:DataType>Text. Type</ccts:DataType>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>