st:RoadwayCategoryBeginningRampTerminalCodeSimpleType

simpleType RoadwayCategoryBeginningRampTerminalCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/5.0/

Definition

A data type describing the type of roadway intersecting with the ramp at the beginning terminal. A ramp is described by a beginning and ending ramp terminal in the direction of ramp traffic flow or the direction of inventory.

Diagram

Enumerations

ValueDefinition
1Freeway
2Non-Freeway (surface street)
3Other Ramp
4Frontage Road
5Other

XML Schema

<xs:simpleType name="RoadwayCategoryBeginningRampTerminalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the type of roadway intersecting with the ramp at the beginning terminal. A ramp is described by a beginning and ending ramp terminal in the direction of ramp traffic flow or the direction of inventory.
</xs:documentation>
</xs:annotation>
<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>