mmucc:CrashVehicleEmergencyUseIndicationCodeSimpleType
simpleType CrashVehicleEmergencyUseIndicationCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for official motor vehicles that are involved in a crash while on an emergency response.
Diagram
Enumerations
Value | Definition |
0 | Not Applicable |
2 | Non-Emergency, Non-Transport |
3 | Non-Emergency Transport |
4 | Emergency Operation, Emergency Warning Equipment Not in Use |
5 | Emergency Operation, Emergency Warning Equipment in Use |
6 | Emergency Operation, Emergency Warning Equipment in Use Unknown |
8 | Not Reported |
9 | Unknown |
XML Schema
<xs:simpleType name="CrashVehicleEmergencyUseIndicationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for official motor vehicles that are involved in a crash while on an emergency response.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not Applicable</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Non-Emergency, Non-Transport</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Non-Emergency Transport</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Emergency Operation, Emergency Warning Equipment Not in Use</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Emergency Operation, Emergency Warning Equipment in Use</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Emergency Operation, Emergency Warning Equipment in Use Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Not Reported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>