mmucc:NonMotoristPersonCategoryCodeSimpleType
simpleType NonMotoristPersonCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/5.0/
Definition
A data type for a kind of Non-Motorist involved in a Traffic Accident.
Diagram
Enumerations
Value | Definition |
10 | Other Pedestrian (wheelchair, person in a building, skater, etc) |
19 | Unknown Type of Non-Motorist |
3 | Occupant of a Motor Vehicle Not In-Transport (parked, etc.) |
4 | Occupant of a Non-Motor Vehicle Transport Device |
5 | Pedestrian |
6 | Bicyclist |
7 | Other Cyclist |
8 | Persons 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:restriction base="xs:token">
<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>