Documentation for ATIS-Draft-03-00-79

Simple Type: EssDewpointTemp

[Table of contents]

Super-types: xs:short < EssDewpointTemp (by restriction)
Sub-types: None
Name EssDewpointTemp
Content
  • Base XSD Type: short
  • -1000 <= value <= 1001
Documentation <Definition> The dewpoint temperature in tenths of degrees Celsius. The temperature is an instantaneous reading at the height specified by the essTemperatureSensorHeight, as specified in the first row of the essTemperatureTable. The value 1001 shall indicate an error condition or missing value.</Definition>
Diagram
Schema Component Representation
<xs:simpleType name="EssDewpointTemp">
<xs:restriction base=" xs:short ">
<xs:minInclusive value="-1000"/>
<xs:maxInclusive value="1001"/>
</xs:restriction>
</xs:simpleType>