mmucc:CrashMannerCodeSimpleType
simpleType CrashMannerCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
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
| Value | Definition |
| 0 | Not a Collision with Motor Vehicle In-Transport |
| 1 | Front-to-Rear |
| 10 | Rear-to-Rear |
| 11 | Other |
| 2 | Front-to-Front |
| 6 | Angle |
| 7 | Sideswipe - Same Direction |
| 8 | Sideswipe - Opposite Direction |
| 9 | Rear-to-Side |
| 98 | Not Reported |
| 99 | Unknown |
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:restriction base="xs:token">
<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>