![]() ![]() ![]() ![]() ITIS Phrase Tables, Draft [issued: 04-11-09]
-
209 -
This is a draft document of the SAE ATIS committee, subject to change.
ASN.1 Representation:
WeatherConditions ::= ENUMERATED {
-- General Weather
overcast (4609), -- This index is not to be used as a default value
-- for this category
cloudy (4610),
mostly-cloudy (4611),
partly-cloudy (4612),
partly-sunny (4613),
mostly-sunny (4614),
sunny (4615),
fair-skies (4616),
clear-skies (4617),
mostly-clear (4618),
mostly-dry (4619),
dry (4620),
uV-index-very-high (4621),
uV-index-high (4622),
uV-index-moderate (4623),
uV-index-low (4624),
uV-index-very-low (4625),
barometric-pressure (4626), -- Typically followed by a number and value
ozone-alert (4627),
-- Lighting Types
lighting-unknown (4628),
artificial-exterior-light (4629),
artificial-interior-light (4630),
darkness (4631), -- Also used when not lighted
dusk (4632),
dawn (4633),
moonlight (4634),
daylight (4635),
-- Cancel Types
weather-forecast-withdrawn (4735),
... -- # LOCAL_CONTENT_ITIS
}
XML Representation:
<xs:simpleType name="WeatherConditions" >
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="4608"/>
<xs:maxInclusive value="4863"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="overcast" id="_4609"/>
<xs:enumeration value="cloudy" id="_4610"/>
<xs:enumeration value="mostly cloudy" id="_4611"/>
<xs:enumeration value="partly cloudy" id="_4612"/>
<xs:enumeration value="partly sunny" id="_4613"/>
<xs:enumeration value="mostly sunny" id="_4614"/>
<xs:enumeration value="sunny" id="_4615"/>
<xs:enumeration value="fair skies" id="_4616"/>
<xs:enumeration value="clear skies" id="_4617"/>
<xs:enumeration value="mostly clear" id="_4618"/>
<xs:enumeration value="mostly dry" id="_4619"/>
<xs:enumeration value="dry" id="_4620"/>
<xs:enumeration value="uV index very high" id="_4621"/>
<xs:enumeration value="uV index high" id="_4622"/>
<xs:enumeration value="uV index moderate" id="_4623"/>
<xs:enumeration value="uV index low" id="_4624"/>
<xs:enumeration value="uV index very low" id="_4625"/>
<xs:enumeration value="barometric pressure" id="_4626"/>
<xs:enumeration value="ozone alert" id="_4627"/>
<xs:enumeration value="lighting unknown" id="_4628"/>
|