mmucc:RoadwayHorizontalAlignmentCodeSimpleType

simpleType RoadwayHorizontalAlignmentCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/

Definition

A data type for the horizontal geometric or layout and inclination characteristics of the roadway in the direction of travel for this vehicle.

Diagram

Enumerations

ValueDefinition
1Straight
2Curve Right
3Curve Left

XML Schema

<xs:simpleType name="RoadwayHorizontalAlignmentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the horizontal geometric or layout and inclination characteristics of the roadway in the direction of travel for this vehicle.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Straight
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Curve Right
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Curve Left
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>