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
Value | Definition |
1 | Straight |
2 | Curve Right |
3 | Curve 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:restriction base="xs:token">
<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>