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

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
157 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
               <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="a500m"/>
               <xs:enumeration value="a200m"/>
               <xs:enumeration value="a100m"/>
               <xs:enumeration value="a50m"/>
               <xs:enumeration value="a20m"/>
               <xs:enumeration value="a10m"/>
               <xs:enumeration value="a5m"/>
               <xs:enumeration value="a2m"/>
               <xs:enumeration value="a1m"/>
               <xs:enumeration value="a50cm"/>
               <xs:enumeration value="a20cm"/>
               <xs:enumeration value="a10cm"/>
               <xs:enumeration value="a5cm"/>
               <xs:enumeration value="a2cm"/>
               <xs:enumeration value="a1cm"/>
            </xs:restriction>
         </xs:simpleType >
      </xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Observe that the relationships between degrees of latitude or longitude and the distances given
are for the general area of North America.  These values will, of course, change with the exact position of
the user on the face of the earth.
7.100 Data Element: DE_PreemptState
Use: The PreemptState data element is used to relate the current preemption state of a signal system.   
Note that this data element follows the values and definitions of the preemptState object of NTCIP 1202
v2.19f  as its starting point and adds values of 0 and 10. 
ASN.1 Representation:
PreemptState ::= ENUMERATED {
   none                      (0), -- No preemption (same as value = 2)
   other                     (1), -- Other
   notActive                 (2), -- Not Active (same as value = 0)
   notActiveWithCall         (3), -- Not Active With Call    
   entryStarted              (4), -- Entry Started    
   trackService              (5), -- Track Service
   dwell                     (6), -- Dwell
   linkActive                (7), -- Link Active    
   existStarted              (8), -- Exit Started    
   maximumPresence           (9), -- Max Presence    
   ackowledgedButOverridden (10), -- Ackowledged but Over-ridden    
   ... -- # LOCAL_CONTENT
   }
   -- To use 4 bits, 
   -- typically packed with other items in a BYTE
XML Representation:
<xs:simpleType name="PreemptState" >
      <xs:annotation>
         <xs:appinfo>
            none (0) -- No preemption  (same as value = 2)
            other (1) -- Other
            notActive (2) -- Not Active  (same as value = 0)
            notActiveWithCall (3) -- Not Active With Call
            entryStarted (4) -- Entry Started
            trackService (5) -- Track Service