st:CategoryOfGovernmentOwnershipCodeSimpleType
simpleType CategoryOfGovernmentOwnershipCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
Definition
A data type describing governmental ownership
Diagram
Enumerations
Value | Definition |
1 | State Highway Agency |
10 | Railroad |
11 | State Toll Authority |
12 | Local Toll Authority |
13 | Other public Instrumentality (e.g. Airport, School, University) |
14 | Indian Tribe Nation |
15 | Other Federal Agency |
16 | Bureau of Indian Affairs |
17 | Bureau of Fish and Wildlife |
18 | U.S. Forest Service |
19 | National Park Service |
2 | County Highway Agency |
20 | Tennessee Valley Authority |
21 | Bureau of Land Management |
22 | Bureau of Reclamation |
23 | Corp of Engineers |
24 | Air Force |
25 | Navy/Marines |
26 | Army |
27 | Other |
3 | Town or Township Highway Agency |
4 | City or Municipal Highway Agency |
5 | State Park, Forest or Reservation Agency |
6 | Local Park, Forest or Reservation Agency |
7 | Other State Agency |
8 | Other Local Agency |
9 | Private (other than Railroad) |
XML Schema
<xs:simpleType name="CategoryOfGovernmentOwnershipCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing governmental ownership</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
State Highway Agency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Railroad</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
State Toll Authority</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
Local Toll Authority</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="13">
<xs:annotation>
<xs:documentation>
Other public Instrumentality (e.g. Airport, School, University)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="14">
<xs:annotation>
<xs:documentation>
Indian Tribe Nation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="15">
<xs:annotation>
<xs:documentation>
Other Federal Agency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="16">
<xs:annotation>
<xs:documentation>
Bureau of Indian Affairs</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="17">
<xs:annotation>
<xs:documentation>
Bureau of Fish and Wildlife</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="18">
<xs:annotation>
<xs:documentation>
U.S. Forest Service</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="19">
<xs:annotation>
<xs:documentation>
National Park Service</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
County Highway Agency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="20">
<xs:annotation>
<xs:documentation>
Tennessee Valley Authority</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="21">
<xs:annotation>
<xs:documentation>
Bureau of Land Management</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="22">
<xs:annotation>
<xs:documentation>
Bureau of Reclamation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="23">
<xs:annotation>
<xs:documentation>
Corp of Engineers</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="24">
<xs:annotation>
<xs:documentation>
Air Force</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="25">
<xs:annotation>
<xs:documentation>
Navy/Marines</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="26">
<xs:annotation>
<xs:documentation>
Army</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="27">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Town or Township Highway Agency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
City or Municipal Highway Agency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
State Park, Forest or Reservation Agency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Local Park, Forest or Reservation Agency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Other State Agency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Other Local Agency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Private (other than Railroad)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>