mmucc:EventSequenceCodeSimpleType
simpleType EventSequenceCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for events in sequence related to this motor vehicle, including both non-collision as well as collision events.
Diagram
Enumerations
Value | Definition |
60 | Cargo/Equipment Loss or Shift (non-harmful) |
61 | Equipment Failure (blown tire, brake failure, etc) |
62 | Separation of Units |
63 | Ran Off Roadway - Right |
64 | Ran Off Roadway - Left |
65 | Cross Median |
66 | Downhill Runaway |
67 | Vehicle Went Airborne |
68 | Cross Centerline |
69 | Re-entering Roadway |
70 | (Non-harmful, Swaying Trailer/Jackknife) |
71 | End Departure |
79 | Ran off Roadway - Direction Unknown |
XML Schema
<xs:simpleType name="EventSequenceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for events in sequence related to this motor vehicle, including both non-collision as well as collision events.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="60">
<xs:annotation>
<xs:documentation>
Cargo/Equipment Loss or Shift (non-harmful)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="61">
<xs:annotation>
<xs:documentation>
Equipment Failure (blown tire, brake failure, etc)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="62">
<xs:annotation>
<xs:documentation>
Separation of Units</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="63">
<xs:annotation>
<xs:documentation>
Ran Off Roadway - Right</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="64">
<xs:annotation>
<xs:documentation>
Ran Off Roadway - Left</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="65">
<xs:annotation>
<xs:documentation>
Cross Median</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="66">
<xs:annotation>
<xs:documentation>
Downhill Runaway</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="67">
<xs:annotation>
<xs:documentation>
Vehicle Went Airborne</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="68">
<xs:annotation>
<xs:documentation>
Cross Centerline</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="69">
<xs:annotation>
<xs:documentation>
Re-entering Roadway</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="70">
<xs:annotation>
<xs:documentation>
(Non-harmful, Swaying Trailer/Jackknife)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="71">
<xs:annotation>
<xs:documentation>
End Departure</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="79">
<xs:annotation>
<xs:documentation>
Ran off Roadway - Direction Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>