Navigation bar
  Print document Start Previous page
 108 of 210 
Next page End  

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
108 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
# 3=4750 to 6249 Ohms
# 4=6250 to 7749 Ohms
# 5=7750 to 9249 Ohms
# 6=9250 to 10749 Ohms
# 7= 10501 to 12000 Ohms
7.65 Data Element: DE_ResponseType
Use: The response type which this vehicle is engaged in at the time an alerting message is being sent.   A
this time only emergency and non-emergency are defined; however other types of operational modes are
expected to be added. 
The type of response which a public safety, or other type of vehicle, is engaged in when transmitting
emergency alerts.  Intended to be used as part of the DSRC safety message for public safety vehicles
operating in the area.
ASN.1 Representation:
ResponseType ::= ENUMERATED {
   notInUseOrNotEquipped     (0),            
   emergency                 (1),            
   nonEmergency              (2),            
   pursuit                   (3)        
   -- all others Future Use
   } 
   -- values to 127 reserved for std use
XML Representation:
<xs:simpleType name="ResponseType" >
      <xs:annotation>
         <xs:appinfo>
            notInUseOrNotEquipped (0)
            emergency (1)
            nonEmergency (2)
            pursuit (3) -- all others Future Use
         </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="notInUseOrNotEquipped"/>
               <xs:enumeration value="emergency"/>
               <xs:enumeration value="nonEmergency"/>
               <xs:enumeration value="pursuit"/>
            </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