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

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
198 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
            Encoded as a 4 bit value
         </xs:documentation>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="15"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="notEquipped"/>
               <xs:enumeration value="time 100 000"/>
               <xs:enumeration value="time 050 000"/>
               <xs:enumeration value="time 020 000"/>
               <xs:enumeration value="time 010 000"/>
               <xs:enumeration value="time 002 000"/>
               <xs:enumeration value="time 001 000"/>
               <xs:enumeration value="time 000 500"/>
               <xs:enumeration value="time 000 200"/>
               <xs:enumeration value="time 000 100"/>
               <xs:enumeration value="time 000 050"/>
               <xs:enumeration value="time 000 020"/>
               <xs:enumeration value="time 000 010"/>
               <xs:enumeration value="time 000 005"/>
               <xs:enumeration value="time 000 002"/>
               <xs:enumeration value="time 000 001"/>
            </xs:restriction>
         </xs:simpleType >
      </xs:union>
</xs:simpleType>
Used By: This entry is directly used by the following 2 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF 
<XML>, and
DF 
In addition, this item may be used by data structures in other ITS standards.
7.136 Data Element: DE_TimeToChange,
Use: The TimeToChange data element is used to relate the duration time remaining in a signal phase in
units of 1/10 of a second.  Note that for the values of zero, and 251 through 255 there are reserved
meanings for each value. Therefore a time duration of from 0.1 up to 25.0 seconds can be expressed in this
data element.  A value of zero is taken to mean no time remaining (or less then 0.1 seconds), while a value
of 255 is taken to main a period of time longer than 25.0 seconds is remaining.  The values 251 to 254 are
reserved for future use. 
ASN.1 Representation:
TimeToChange ::= OCTET STRING (SIZE(1)) 
   -- treat as an unsigned int with units of 1/10 second
   -- the following values have reserved meanings:
   -- 0, 251, 252, 253, 254, and 255.
XML Representation:
<xs:complexType name="TimeToChange" >
   <xs:simpleContent>
      <xs:annotation>
         <xs:documentation>       
            treat as an unsigned int with units of 1/10 second
            the following values have reserved meanings:
            0,  251,  252,  253,  254,  and 255.
         </xs:documentation>