![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
199 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:restriction base="xs:unsignedShort"/>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_CommonSafetyRequest (Remove now?) <ASN> <XML>. In addition, this item may be used
by data structures in other ITS standards.
Remarks: Note that when the first byte of a tag is zero that the lower bytes may simply be parsed as if it is
a StdTagList element and the definition used for the bytes which follow it. In cases where the data content
which follows this tag may be of indeterminate length (such as a string) a termination character must be
agreed upon by all users of the message to enable the correct parsing of the element.
7.146 Data Element: DE_UniqueMSG_ID
Use: A message link value used to connect to other messages in other formats.
ASN.1 Representation:
UniqueMSGID ::= OCTET STRING (SIZE(9)) -- edit to proper size range
XML Representation:
<xs:complexType name="UniqueMSGID" >
<xs:simpleContent>
<xs:annotation>
<xs:documentation>
edit to proper size range
</xs:documentation>
</xs:annotation>
<xs:extension base="UniqueMSGID-string" >
<xs:attribute name="EncodingType" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="base64Binary"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="UniqueMSGID-string">
<xs:restriction base="xs:base64Binary">
<xs:length value="12"/>
</xs:restriction>
</xs:simpleType >
Used By: This entry is used directly by one other data structure in this standard, a DF called
MSG_TravelerInformation <ASN> <XML>. In addition, this item may be used by data structures in
other ITS standards.
7.147 Data Element: DE_VehicleHeight
Use: The height of the vehicle, measured from the ground to the highest surface, excluding any antenna(s),
and expressed in units of 5 cm. In cases of vehicles with adjustable ride heights, camper shells, and other
devices which may cause the overall height to vary, the largest possible height will be used.
ASN.1 Representation:
VehicleHeight ::= INTEGER (0..255)
-- the height of the vehicle
-- LSB units of 5 cm, range to 12.75 meters
XML Representation:
<xs:simpleType name="VehicleHeight" >
<xs:annotation>
<xs:documentation>
the height of the vehicle
|