Navigation bar
  Print document Start Previous page
 146 of 177 
Next page End  

SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
146 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
ASN.1 Representation:
DDateTime ::= SEQUENCE SEQUENCE {
   year    DYear,            -- 2 bytes
   month   DMonth,           -- 1 byte
   day     DDay,             -- 1 byte
   hour    DHour,            -- 1 byte
   minute  DMinute,          -- 1 byte
   second  DSecond,          -- 2 bytes
   offset  DOffset OPTIONAL, -- 2 bytes, Time zone if present
   }
XML Representation:
<xs:complexType name="DDateTime" >
      <xs:sequence>
      </xs:sequence>
</xs:complexType>
Used by: This entry is directly used by the following 3 other data structures in this standard (record type, descriptive name,
ASN.1, and XML name (if present) of each):
DF 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
DF 
In addition, this item may be used by data structures in other ITS standards.
9.10 Data Frame: DF_DMonthDay
Use: The DSRC style month-day is a compound value consisting of finite-length sequences of integers (not
characters) of the form: "mm, dd" -  as defined below.  Because the length of each element is known, no inner
element tagging is normally used in transmission. Thus, this data frame occupies 2 bytes in total.
ASN.1 Representation:
DMonthDay ::= SEQUENCE SEQUENCE {
   month   DMonth,           -- 1 byte
   day     DDay,             -- 1 byte
   }
XML Representation:
<xs:complexType name="DMonthDay" >
      <xs:sequence>
      </xs:sequence>
</xs:complexType>
Used by: This entry is used directly by one other data structure in this standard, a DF called DF_ValueList <ASN>
<XML>.   In addition, this item may be used by data structures in other ITS standards.
9.11 Data Frame: DF_DTime
Use: The DSRC style time is a compound value consisting of finite-length sequences of integers (not characters) of
the form: "hh, mm, ss (sss+) (offset)" -  as defined below.  Because the length of each element is known, no inner
element tagging is normally used in transmission. Thus, this data frame occupies 6 bytes in total, and 4 bytes
when the time offset is not present.  In typical use in DSRC applications there is no need to send the offset
representing the local time zone, so the most common representation for the data frame occupies 4 bytes and
provides a resolution of one millisecond over a range of one day.
ASN.1 Representation:
DTime ::= SEQUENCE SEQUENCE {
   hour    DHour,            -- 1 byte
   minute  DMinute,          -- 1 byte
   second  DSecond,          -- 2 bytes
   offset  DOffset OPTIONAL, -- 2 bytes, Time zone if present