Documentation for ATIS-Draft-03-00-79

Simple Type: EssAvgWindDirection

[Table of contents]

Super-types: xs:unsignedShort < EssAvgWindDirection (by restriction)
Sub-types: None
Name EssAvgWindDirection
Content
  • Base XSD Type: unsignedShort
  • value <= 361
Documentation <Definition> A two-minute average of the direction from which the wind is blowing, measured clockwise in degrees from true North, and measured at a height as indicated by essWindSensorHeight. A value of 361 shall indicate an error condition or missing value.</Definition>
Diagram
Schema Component Representation
<xs:simpleType name="EssAvgWindDirection">
<xs:restriction base=" xs:unsignedShort ">
<xs:maxInclusive value="361"/>
</xs:restriction>
</xs:simpleType>