st:OneTwoWayOperationCodeSimpleType
simpleType OneTwoWayOperationCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
Definition
A data type indication of whether the segment operates as a one- or two-way roadway
Diagram
Enumerations
Value | Definition |
1 | One-way |
2 | Two-way |
3 | One 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:restriction base="xs:token">
<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>