![]() ![]() ![]() ![]() SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
59 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:annotation>
<xs:documentation>
units of hours
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="31"/>
</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
DF
DF
DF
In addition, this item may be used by data structures in other ITS standards.
7.11 Data Element: DE_DMinute
Use: The DSRC style minute is a simple value consisting of integer values from zero to 59 representing the
minutes within an hour. The value of 63 SHALL represent an unknown value, the range 60 to 62 is reserved.
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 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.12 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
|