![]() ![]() ![]() ![]() SAE J2735-Draft-Rev29 [issued: 12-11-08]
-
111 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
ASN.1 Representation:
DMinute ::= INTEGER (0..63) -- units of minutes
XML Representation:
<xs:simpleType name="DMinute" >
<xs:annotation>
<xs:documentation>
units of minutes
</xs:documentation>
</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
DF
<XML>, and
DF
In addition, this item may be used by data structures in other ITS standards.
7.32 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.
|