mmucc:RoadwayGradeCodeSimpleType
simpleType RoadwayGradeCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for the grade characteristics of the roadway in the direction of travel for this vehicle.
Diagram
Enumerations
Value | Definition |
1 | Level |
3 | Hillcrest |
4 | Sag (Bottom) |
5 | Uphill |
6 | Downhill |
XML Schema
<xs:simpleType name="RoadwayGradeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the grade 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>
Level</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Hillcrest</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Sag (Bottom)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Uphill</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Downhill</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>