TemperatureValue

Units of temperature

Simple Type Information

Used By

Source

<xs:simpleType name="TemperatureValue">
  <xs:annotation>
    <xs:appinfo>
      <meta:units>deg C</meta:units>
      <meta:typical_value>32</meta:typical_value>
    </xs:appinfo>
    <xs:documentation>Units of temperature</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minExclusive value="0"/>
  </xs:restriction>
</xs:simpleType>