Navigation bar
  Print document Start Previous page
 195 of 240 
Next page End  

SAE J2735-Draft-Rev26 [issued: 09-18-08] 
-
195 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
     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="TransitPreEmptionRequest" >
      <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">
               <xs:enumeration value="itemOne"/>
               <xs:enumeration value="itemTwo"/>
               <xs:enumeration value="itemThree"/>
               <xs:enumeration value="itemFour"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType>
            <xs:restriction base="local:TransitPreEmptionRequest" /> 
         </xs:simpleType>
      </xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
7.142 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>
Click to Convert - Powerful PDF Converter and HTML Converter.