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

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
146 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
ASN.1 Representation:
MinuteOfTheYear ::= INTEGER (0..525960)
XML Representation:
<xs:simpleType name="MinuteOfTheYear" >
      <xs:restriction base="xs:unsignedInt">
         <xs:maxInclusive value="525960"/>
      </xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_TravelerInformation <ASN> <XML>.   In addition, this item may be used by data structures in
other ITS standards.
7.83 Data Element: DE_MinutesDuration
Use: The duration, in units of whole minutes, that a object persists for.  A value of 32000 means that the
object persists  forever.  The range 0..32000 provide for about 22.2 days of maximum duration. 
ASN.1 Representation:
MinutesDuration ::= INTEGER (0..32000) -- units of minutes
XML Representation:
<xs:simpleType name="MinutesDuration" >
      <xs:annotation>
         <xs:documentation>       
            units of minutes
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedShort">
         <xs:maxInclusive value="32000"/>
      </xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_TravelerInformation <ASN> <XML> In addition, this item may be used by data structures in
other ITS standards.
Remarks: Notre also the DE_Extent element used for spatial duration. 
7.84 Data Element: DE_MsgCount
Use: The DE_MsgCount data element is used (typically as the 2nd payload word of each message) to
provide a sequence number for all messages of the same type.  Sequential messages of the same type (and
from the same sending device) are expected to have sequential numbering advancing by one with each new
message (regardless of the number of applications that may be involved in the creation or use).  The receipt
of a  non-sequential number implies that a stream of messages from that sending device has been lost.  Note
that the sequence is tied to each message type, not the application, nor the device.   The value rolls over
from 127 to zero.   The value send may restart any time the device has not transmitted a messages of that
type for more than 10 seconds.  
ASN.1 Representation:
MsgCount ::= INTEGER (0..127)
XML Representation:
<xs:simpleType name="MsgCount" >
      <xs:restriction base="xs:unsignedByte">
         <xs:maxInclusive value="127"/>
      </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):