![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
234 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_VehicleStatus <ASN> <XML>. In addition, this item may be used by data structures in other ITS
standards.
8.20 Data Element: ESS_EssPrecipSituation_code [NTCIP]
Use: Describes the weather situation in terms of precipitation.
ASN.1 Representation:
EssPrecipSituation ::= ENUMERATED {
other (1),
unknown (2),
noPrecipitation (3),
unidentifiedSlight (4),
unidentifiedModerate (5),
unidentifiedHeavy (6),
snowSlight (7),
snowModerate (8),
snowHeavy (9),
rainSlight (10),
rainModerate (11),
rainHeavy (12),
frozenPrecipitationSlight (13),
frozenPrecipitationModerate (14),
frozenPrecipitationHeavy (15)
}
XML Representation:
<xs:simpleType name="EssPrecipSituation" >
<xs:annotation>
<xs:appinfo>
other (1)
unknown (2)
noPrecipitation (3)
unidentifiedSlight (4)
unidentifiedModerate (5)
unidentifiedHeavy (6)
snowSlight (7)
snowModerate (8)
snowHeavy (9)
rainSlight (10)
rainModerate (11)
rainHeavy (12)
frozenPrecipitationSlight (13)
frozenPrecipitationModerate (14)
frozenPrecipitationHeavy (15)
</xs:appinfo>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="other"/>
<xs:enumeration value="unknown"/>
<xs:enumeration value="noPrecipitation"/>
<xs:enumeration value="unidentifiedSlight"/>
<xs:enumeration value="unidentifiedModerate"/>
<xs:enumeration value="unidentifiedHeavy"/>
<xs:enumeration value="snowSlight"/>
<xs:enumeration value="snowModerate"/>
<xs:enumeration value="snowHeavy"/>
<xs:enumeration value="rainSlight"/>
|