![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
119 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="63"/>
</xs:restriction>
</xs:simpleType>
Used By: This entry is directly used by the following 4 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
In addition, this item may be used by data structures in other ITS standards.
7.34 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
<XML>, and
DF
<XML>, and
DF
<XML>, and
DF
<XML>, and
DF
In addition, this item may be used by data structures in other ITS standards.
7.35 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
|