itcodes:LocationKindCodeSimpleType

simpleType LocationKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/it_codes/4.0/

Definition

A data type for the kinds of locations that may appear on an itinerary.

Diagram

Enumerations

ValueDefinition
airportairport
citycity
customs facilitycustoms facility
seaportseaport

XML Schema

<xs:simpleType name="LocationKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kinds of locations that may appear on an itinerary.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="airport">
<xs:annotation>
<xs:documentation>
airport
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="city">
<xs:annotation>
<xs:documentation>
city
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="customs facility">
<xs:annotation>
<xs:documentation>
customs facility
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="seaport">
<xs:annotation>
<xs:documentation>
seaport
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>