mmucc:VehicleBusUseCodeSimpleType

simpleType VehicleBusUseCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/

Definition

A data type describes the common type of bus service this vehicle was being used as at the time of the crash. Buses are any motor vehicle with seats to transport nine (9) or more people, including the driver's seat. This element does not include vans which are owned and operated for personal use.

Diagram

Enumerations

ValueDefinition
0Not a Bus
1School
4Intercity
5Charter/Tour
6Transit/ Commuter
7Shuttle
8Modified for Personal/Private Use
98Not Reported
99Unknown

XML Schema

<xs:simpleType name="VehicleBusUseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describes the common type of bus service this vehicle was being used as at the time of the crash. Buses are any motor vehicle with seats to transport nine (9) or more people, including the driver's seat. This element does not include vans which are owned and operated for personal use.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not a Bus
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
School
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Intercity
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Charter/Tour
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Transit/ Commuter
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Shuttle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Modified for Personal/Private Use
</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>