st:RuralUrbanDesignationCodeSimpleType
simpleType RuralUrbanDesignationCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
Definition
A data type indicating rural or urban designation based on Census urban boundary and population.
Diagram
Enumerations
| Value | Definition | 
| 1 | Rural | 
| 2 | Urban (population greater than or equal to 5,000) | 
XML Schema
<xs:simpleType name="RuralUrbanDesignationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type indicating rural or urban designation based on Census urban boundary and population.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Rural</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Urban (population greater than or equal to 5,000)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>