mmucc:ManeuverCodeSimpleType

simpleType ManeuverCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/

Definition

A data type for a controlled maneuver for this motor vehicle prior to the beginning of the sequence of events.

Diagram

Enumerations

ValueDefinition
1Movements Essentially Straight Ahead
10Turning Right
11Turning Left
12Making a U-Turn
13Backing
14Negotiating a Curve
15Changing Lanes
2Decelerating in Road
5Stopped in Roadway
6Passing or Overtaking another Vehicle
7Disableed or "Parked" in Travel Lane
8Entering Traffic Lane
9Leaving Traffic Lane
98Other
99Unknown

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: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>