st:FunctionalClassCodeSimpleType

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

Definition

A data type indicating functional class of the segment

Diagram

Enumerations

ValueDefinition
1Interstate
2Principal arterial other freeways and expressways
3Principal arterial other
4Minor arterial
5Major collector
6Minor collector
7Local

XML Schema

<xs:simpleType name="FunctionalClassCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type indicating functional class of the segment
</xs:documentation>
</xs:annotation>
<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>