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

ValueDefinition
0Not Applicable
2Non-Emergency, Non-Transport
3Non-Emergency Transport
4Emergency Operation, Emergency Warning Equipment Not in Use
5Emergency Operation, Emergency Warning Equipment in Use
6Emergency Operation, Emergency Warning Equipment in Use Unknown
8Not Reported
9Unknown

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: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>