Documentation for ATIS-Draft-03-00-79

Simple Type: EssRoadwaySnowDepth

[Table of contents]

Super-types: xs:unsignedShort < EssRoadwaySnowDepth (by restriction)
Sub-types: None
Name EssRoadwaySnowDepth
Content
  • Base XSD Type: unsignedShort
  • value <= 3001
Documentation <Definition> The current depth of unpacked snow in centimeters on the driving surface. The value 3001 shall indicate an error condition or missing value.</Definition>
Diagram
Schema Component Representation
<xs:simpleType name="EssRoadwaySnowDepth">
<xs:restriction base=" xs:unsignedShort ">
<xs:maxInclusive value="3001"/>
</xs:restriction>
</xs:simpleType>