mmucc:VehicleUseCodeSimpleType
simpleType VehicleUseCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for a kind of special function being served by this vehicle regardless of whether the function is marked on the vehicle.
Diagram
Enumerations
Value | Definition |
0 | No Special Use |
1 | Taxi |
13 | Incident Response |
2 | Vehicle Used for School Transport |
3 | Vehicle Used as Other Bus |
4 | Military |
5 | Police |
6 | Ambulance |
7 | Fire Truck |
8 | Non-Transport Emergency Services Vehicle |
98 | Not Reported |
99 | Unknown |
XML Schema
<xs:simpleType name="VehicleUseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of special function being served by this vehicle regardless of whether the function is marked on the vehicle.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No Special Use</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Taxi</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="13">
<xs:annotation>
<xs:documentation>
Incident Response</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Vehicle Used for School Transport</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Vehicle Used as Other Bus</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Military</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Police</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Ambulance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Fire Truck</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Non-Transport Emergency Services Vehicle</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="98">
<xs:annotation>
<xs:documentation>
Not Reported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>