st:FunctionalClassCodeSimpleType
simpleType FunctionalClassCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
Definition
A data type indicating functional class of the segment
Diagram
Enumerations
| Value | Definition | 
| 1 | Interstate | 
| 2 | Principal arterial other freeways and expressways | 
| 3 | Principal arterial other | 
| 4 | Minor arterial | 
| 5 | Major collector | 
| 6 | Minor collector | 
| 7 | Local | 
XML Schema
<xs:simpleType name="FunctionalClassCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type indicating functional class of the segment</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Interstate</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Principal arterial other freeways and expressways</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Principal arterial other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Minor arterial</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Major collector</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Minor collector</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Local</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>