Documentation for ATIS-Draft-03-00-79

Simple Type: EssMaxTemp

[Table of contents]

Super-types: xs:short < EssMaxTemp (by restriction)
Sub-types: None
Name EssMaxTemp
Content
  • Base XSD Type: short
  • -1000 <= value <= 1001
Documentation <Definition> The maximum temperature in tenths of degrees Celsius, recorded during the 24 hours preceding the observation 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> <Remarks> Can be estimated at an expected temp for a period, such as a day, when used by ATIS.</Remarks>
Diagram
Schema Component Representation
<xs:simpleType name="EssMaxTemp">
<xs:restriction base=" xs:short ">
<xs:minInclusive value="-1000"/>
<xs:maxInclusive value="1001"/>
</xs:restriction>
</xs:simpleType>