st:RoadwayAccessControlCodeSimpleType

simpleType RoadwayAccessControlCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/

Definition

A data type for the degree that access to abutting land is fully, partially or not controlled by a public authority.

Diagram

Enumerations

ValueDefinition
0No Access Control
1Full Access Control
2Partial Access Control

XML Schema

<xs:simpleType name="RoadwayAccessControlCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the degree that access to abutting land is fully, partially or not controlled by a public authority.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No Access Control
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Full Access Control
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Partial Access Control
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>