st:RoadWayPresenceBicycleFacilityCodeSimpleType

simpleType RoadWayPresenceBicycleFacilityCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.0/

Definition

A data type for indication whether a facility is designated for the exclusive use of bicycles or are to be shared with other transportation modes.

Diagram

Enumerations

ValueDefinition
0None
1Wide Curb Lane
2Marked Bicycle Lane
3Unmarked Paved Shoulder
4Separate Bicycle Path/Trail
9Unknown

XML Schema

<xs:simpleType name="RoadWayPresenceBicycleFacilityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for indication whether a facility is designated for the exclusive use of bicycles or are to be shared with other transportation modes.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
None
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Wide Curb Lane
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Marked Bicycle Lane
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Unmarked Paved Shoulder
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Separate Bicycle Path/Trail
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>