Navigation bar
  Print document Start Previous page
 202 of 321 
Next page End  

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
202 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
7.140 Data Element: DE_TransmitInterval
Use: Defines time interval between actions or events. (defines the interval between transmissions of probe
messages.)
ASN.1 Representation:
TxTime ::= INTEGER (1..20)   -- units of seconds
XML Representation:
<xs:simpleType name="TxTime" >
      <xs:annotation>
         <xs:documentation>       
            units of seconds
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedByte">
         <xs:minInclusive value="1"/>
         <xs:maxInclusive value="20"/>
      </xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_ProbeDataManagement <ASN> <XML>.   In addition, this item may be used by data structures
in other ITS standards.
Remarks: Provided by VII POC-A team.
7.141 Data Element: DE_TravelerInfoType
Use: The traveler information DE (the type of message if you prefer) to follow in the rest of the message
frame structure, used in the traveler information message, which may contain several such strcutures.  
ASN.1 Representation:
TravelerInfoType ::= ENUMERATED {
     itemOne       (0), 
     itemTwo       (1), -- add any comments here
     itemThree     (2), 
     itemFour      (3),
     ... -- # LOCAL_CONTENT
     } 
     -- values to 127 reserved for std use
     -- values 128 to 255 reserved for local use
XML Representation:
<xs:simpleType name="TravelerInfoType" >
      <xs:annotation>
         <xs:appinfo>
            itemOne (0)
            itemTwo (1) -- add any comments here
            itemThree (2)
            itemFour (3)
         </xs:appinfo>
         <xs:documentation>       
            values to 127 reserved for std use
            values 128 to 255 reserved for local use
         </xs:documentation>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="3"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">