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
Value | Definition |
airport | airport |
city | city |
customs facility | customs facility |
seaport | seaport |
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:restriction base="xs:token">
<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>