mmucc:NonMotoristPersonCategoryCodeSimpleType

simpleType NonMotoristPersonCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/

Definition

A data type for a kind of Non-Motorist involved in a Traffic Accident.

Diagram

Enumerations

ValueDefinition
10Other Pedestrian (wheelchair, person in a building, skater, etc)
19Unknown Type of Non-Motorist
3Occupant of a Motor Vehicle Not In-Transport (parked, etc.)
4Occupant of a Non-Motor Vehicle Transport Device
5Pedestrian
6Bicyclist
7Other Cyclist
8Persons on Personal Conveyances

XML Schema

<xs:simpleType name="NonMotoristPersonCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of Non-Motorist involved in a Traffic Accident.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Other Pedestrian (wheelchair, person in a building, skater, etc)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="19">
<xs:annotation>
<xs:documentation>
Unknown Type of Non-Motorist
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Occupant of a Motor Vehicle Not In-Transport (parked, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Occupant of a Non-Motor Vehicle Transport Device
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Pedestrian
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Bicyclist
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Other Cyclist
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Persons on Personal Conveyances
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>