![]() ![]() ![]() ![]() SAE J2735-Draft-Rev18 [issued: 06-26-07]
-
164 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
ASN.1 Representation:
EssPrecipYesNo ::= ENUMERATED {precip (1), noPrecip (2), error (3)}
XML Representation:
<xs:annotation>
<xs:appinfo>
precip (1)
noPrecip (2)
error (3)
</xs:appinfo>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="precip"/>
<xs:enumeration value="noPrecip"/>
<xs:enumeration value="error"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Used in ATIS to gross coverage area reports, not just point sensor measurements.
8.23 Data Element: ESS_EssSolarRadiation_quantity [NTCIP]
Use: The direct solar radiation integrated over the 24 hours preceding the observation in Joules, per square
meter. A value of 65535 shall indicate a missing value.
ASN.1 Representation:
EssSolarRadiation ::= INTEGER (0..65535)
XML Representation:
<xs:simpleType name="EssSolarRadiation" >
<xs:restriction base="xs:unsignedShort"/>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
8.24 Value Domain: EXT_Int-latitude32 [LRMS]
Use: Value Domain for the geographic latitude of a node or point, expressed in integer microdegrees.
ASN.1 Representation:
Int-latitude32 ::= INTEGER (-90000000..90000000)
XML Representation:
<xs:simpleType name="Int-latitude32" >
<xs:restriction base="xs:int">
<xs:minInclusive value="-90000000"/>
<xs:maxInclusive value="+90000000"/>
</xs:restriction>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
|