unit:QuantitativeRangeType

Complex Type Information

Model

Used By

Source

<xsd:complexType name="QuantitativeRangeType">
  <xsd:sequence>
    <xsd:element name="minimum">
      <xsd:simpleType>
        <xsd:restriction base="xsd:decimal"/>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="maximum">
      <xsd:simpleType>
        <xsd:restriction base="xsd:decimal"/>
      </xsd:simpleType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>