![]() ![]() ![]() ![]() SAE J2735-Draft-Rev29 [issued: 12-11-08]
-
165 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:enumeration value="itemP"/>
<xs:enumeration value="itemQ"/>
</xs:restriction>
</xs:simpleType >
<xs:simpleType>
<xs:restriction base="local:RequestedItem" />
</xs:simpleType>
</xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
7.106 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
-- values 128 to 255 reserved for local 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>
|