mmucc:ManeuverCodeSimpleType
simpleType ManeuverCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for a controlled maneuver for this motor vehicle prior to the beginning of the sequence of events.
Diagram
Enumerations
Value | Definition |
1 | Movements Essentially Straight Ahead |
10 | Turning Right |
11 | Turning Left |
12 | Making a U-Turn |
13 | Backing |
14 | Negotiating a Curve |
15 | Changing Lanes |
2 | Decelerating in Road |
5 | Stopped in Roadway |
6 | Passing or Overtaking another Vehicle |
7 | Disableed or "Parked" in Travel Lane |
8 | Entering Traffic Lane |
9 | Leaving Traffic Lane |
98 | Other |
99 | Unknown |
XML Schema
<xs:simpleType name="ManeuverCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a controlled maneuver for this motor vehicle prior to the beginning of the sequence of events.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Movements Essentially Straight Ahead</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Turning Right</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Turning Left</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
Making a U-Turn</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="13">
<xs:annotation>
<xs:documentation>
Backing</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="14">
<xs:annotation>
<xs:documentation>
Negotiating a Curve</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="15">
<xs:annotation>
<xs:documentation>
Changing Lanes</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Decelerating in Road</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Stopped in Roadway</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Passing or Overtaking another Vehicle</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Disableed or "Parked" in Travel Lane</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Entering Traffic Lane</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Leaving Traffic Lane</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="98">
<xs:annotation>
<xs:documentation>
Other</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>