![]() ![]() ![]() ![]() SAE J2735-Draft-Rev18 [issued: 06-26-07]
-
166 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
DF
<XML>, and
DF
<XML>, and
DF
<XML>, and
DF
<XML>, and
MSG
<XML>, and
DF
In addition, this item may be used by data structures in other ITS standards.
8.28 Data Element: EXT_Longitude:Int-longitude32 [LRMS]
Use: The geographic longitude of a node, expressed in integer microdegrees, with reference to the
horizontal datum specified by horizontalDatum.
ASN.1 Representation:
Longitude ::= Int-longitude32
XML Representation:
<xs:simpleType name="Longitude" >
<xs:restriction base ="Int-longitude32"/>
</xs:simpleType>
Used by: This entry is directly used by the following 7 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
<XML>, and
DF
<XML>, and
DF
<XML>, and
DF
<XML>, and
DF
<XML>, and
MSG
<XML>, and
DF
In addition, this item may be used by data structures in other ITS standards.
8.29 Data Frame: EXT_Tail [ATIS]
Use: This data structure is a way to add pairs of names and associated values to a message. It typically
appears at the end of a message (hence the name tail). The value carried in this portion of the message
shall not be used to circumvent the structure of the messages. That said, this is an excellent way to add
further meta-data to a message or to add content which a local deployment feels is needed but which is not
currently in the message set.
ASN.1 Representation:
TailSet ::= SEQUENCE {
set SEQUENCE {
name IA5String(SIZE(1..32)),
value IA5String(SIZE(1..10000))
-- any internal structure of the value string is the
-- responsibility of the data creator to manage. If the
-- content is binary, convert to bin hex strings.
}
-- the order of the sets shall not be changed
|