mmucc:RoadwayGradeCodeSimpleType

simpleType RoadwayGradeCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/5.0/

Definition

A data type for the grade characteristics of the roadway in the direction of travel for this vehicle.

Diagram

Enumerations

ValueDefinition
1Level
3Hillcrest
4Sag (Bottom)
5Uphill
6Downhill

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