![]() ![]() ![]() ![]() SAE J2735-Draft-Rev29 [issued: 12-11-08]
-
105 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
ASN.1 Representation:
BumperHeightFront ::= INTEGER (0..127) -- in units of 0.01 meters from ground surface.
XML Representation:
<xs:simpleType name="BumperHeightFront" >
<xs:annotation>
<xs:documentation>
in units of 0.01 meters from ground surface.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="127"/>
</xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_BumperHeights <ASN> <XML>. In addition, this item may be used by data structures in other
ITS standards.
7.22 Data Element: DE_BumperHeightRear
Use: The DE_Bumper Height Rear data element conveys the height of the rear bumper of the vehicle. In
cases of vehicles with complex bumper shapes, the center of the mass of the bumper (where the bumper can
best absorb an impact) should be used.
ASN.1 Representation:
BumperHeightRear ::= INTEGER (0..127) -- in units of 0.01 meters from ground surface.
XML Representation:
<xs:simpleType name="BumperHeightRear" >
<xs:annotation>
<xs:documentation>
in units of 0.01 meters from ground surface.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="127"/>
</xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_BumperHeights <ASN> <XML>. In addition, this item may be used by data structures in other
ITS standards.
7.23 Data Element: DE_CodeWord
Use: The DE_CodeWord is used to convey a prior known string of bytes between systems, typically to
establish trust or validity of the message request in which it is found. The use and setting of these words, as
well as any policy regarding changing the value over time, is up to the participants.
ASN.1 Representation:
CodeWord ::= OCTET STRING (SIZE(1..16))
-- any octect string up to 16 bytes
XML Representation:
<xs:complexType name="CodeWord" >
<xs:simpleContent>
<xs:annotation>
<xs:documentation>
any octect string up to 16 bytes
</xs:documentation>
</xs:annotation>
<xs:extension base="CodeWord-string" >
<xs:attribute name="EncodingType" use="required">
|