st:RoadWayPresenceBicycleSignedBicycleRouteCodeSimpleType
simpleType RoadWayPresenceBicycleSignedBicycleRouteCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
Definition
A data type for any road, path, or way which is specifically designated as being open to bicycle travel.
Diagram
Enumerations
| Value | Definition | 
| 0 | No | 
| 1 | Yes | 
| 7 | Not Applicable | 
| 9 | Unknown | 
XML Schema
<xs:simpleType name="RoadWayPresenceBicycleSignedBicycleRouteCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for any road, path, or way which is specifically designated as being open to bicycle travel.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Yes</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Not Applicable</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>