mmucc:CrashMannerCodeSimpleType

simpleType CrashMannerCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/5.0/

Definition

A data type for a manner in which two motor vehicles in transport initially came together without regard to the direction of force.

Diagram

Enumerations

ValueDefinition
0Not a Collision with Motor Vehicle In-Transport
1Front-to-Rear
10Rear-to-Rear
11Other
2Front-to-Front
6Angle
7Sideswipe - Same Direction
8Sideswipe - Opposite Direction
9Rear-to-Side
98Not Reported
99Unknown

XML Schema

<xs:simpleType name="CrashMannerCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a manner in which two motor vehicles in transport initially came together without regard to the direction of force.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not a Collision with Motor Vehicle In-Transport
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Front-to-Rear
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Rear-to-Rear
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Front-to-Front
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Angle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Sideswipe - Same Direction
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Sideswipe - Opposite Direction
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Rear-to-Side
</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>