st:RoadwayCategoryEndingRampTerminalCodeSimpleType
simpleType RoadwayCategoryEndingRampTerminalCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
Definition
A data type describing the type of roadway intersecting with the ramp at the ending terminal. A ramp is described by a beginning and ending ramp terminal in the direction of inventory.
Diagram
Enumerations
Value | Definition |
1 | Freeway |
2 | Non-Freeway (surface street) |
3 | Other Ramp |
4 | Frontage Road |
5 | Other |
XML Schema
<xs:simpleType name="RoadwayCategoryEndingRampTerminalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the type of roadway intersecting with the ramp at the ending terminal. A ramp is described by a beginning and ending ramp terminal in the direction of inventory.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Freeway</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Non-Freeway (surface street)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Other Ramp</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Frontage Road</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>