st:RoadWayPresenceBicycleFacilityCodeSimpleType
simpleType RoadWayPresenceBicycleFacilityCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
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
| Value | Definition | 
| 0 | None | 
| 1 | Wide Curb Lane | 
| 2 | Marked Bicycle Lane | 
| 3 | Unmarked Paved Shoulder | 
| 4 | Separate Bicycle Path/Trail | 
| 9 | Unknown | 
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:restriction base="xs:token">
<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>