![]() ![]() ![]() ![]() SAE J2735-Draft-Rev18 [issued: 06-26-07]
-
162 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
itis ITIScodes,
text ITIStext
} -- # UNTAGGED
}
XML Representation:
<xs:complexType name="ITIScodesAndText" >
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:choice >
<xs:element name="itis" type="ITIScodes" />
<xs:element name="text" type="ITIStext" />
</xs:choice>
</xs:sequence>
</xs:complexType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Refer to the SAE ITIS entry ITIScodes for the complete (and lengthy) listing of these codes and
for an XML rendering.
8.19 Data Element: ESS_EssMobileFriction [NTCIP]
Use: Indicates measured coefficient of friction in percent. The value 101 shall indicate an error condition
or missing value.
ASN.1 Representation:
EssMobileFriction ::= INTEGER (0..101)
XML Representation:
<xs:simpleType name="EssMobileFriction" >
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="101"/>
</xs:restriction>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
8.20 Data Element: ESS_EssPrecipRate_quantity [NTCIP]
Use: The rainfall, or water equivalent of snow, rate in tenths of grams per square meter per second (for
rain, this is approximately to 0.36 mm/hr). A value of 65535 shall indicate an error condition or missing
value.
ASN.1 Representation:
EssPrecipRate ::= INTEGER (0..65535)
XML Representation:
<xs:simpleType name="EssPrecipRate" >
<xs:restriction base="xs:unsignedShort"/>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
8.21 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),
|