![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
122 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
7.43 Data Element: DE_DMonth
Use: The DSRC style month is a simple value consisting of integer values from one to 12 representing the
month within a year. The value of 15 SHALL represent an unknown value. The range 13 to 14 and the
value zero are all reserved.
ASN.1 Representation:
DMonth ::= INTEGER (0..15) -- units of months
XML Representation:
<xs:simpleType name="DMonth" >
<xs:annotation>
<xs:documentation>
units of months
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
Used By: This entry is directly used by the following 5 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
DF
DF
DF
DF
In addition, this item may be used by data structures in other ITS standards.
7.44 Data Element: DE_DOffset
Use: The DSRC style (time zone) offset is a simple value consisting of a signed integer representing an
hour and minute value set from -14:00 to +14:00 representing all the worlds local time zones in units of
minutes. The value of zero (00:00) may represent an unknown value. Note some time zones are do not
align to hourly boundaries.
ASN.1 Representation:
DOffset ::= INTEGER (-340..340) -- units of minutes from UTC time
XML Representation:
<xs:simpleType name="DOffset" >
<xs:annotation>
<xs:documentation>
units of minutes from UTC time
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:short">
<xs:minInclusive value="-340"/>
<xs:maxInclusive value="340"/>
</xs:restriction>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
7.45 Data Element: DE_DrivenLineOffset
Use: The DrivenLineOffset is an integer value expressing the perpendicular offset from a reference lane
|