st:OneTwoWayOperationCodeSimpleType

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

Definition

A data type indication of whether the segment operates as a one- or two-way roadway

Diagram

Enumerations

ValueDefinition
1One-way
2Two-way
3One direction of travel for divided roadways

XML Schema

<xs:simpleType name="OneTwoWayOperationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type indication of whether the segment operates as a one- or two-way roadway
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
One-way
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Two-way
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
One direction of travel for divided roadways
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>