Definition Type: ComplexType
Name: LocationGeneralType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Provides high-level information regarding a location.
Collapse XSD Schema Diagram:
Drilldown into CountryName in schema ota_commontypes_xsd Drilldown into StateProv in schema ota_commontypes_xsd Drilldown into CityName in schema ota_commontypes_xsdXSD Diagram of LocationGeneralType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="LocationGeneralType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides high-level information regarding a location.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="CityName" type="StringLength1to64" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">City (e.g., Dublin), town, or postal station (i.e., a postal service territory, often used in a military address).</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="StateProv" type="StateProvType" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">State or Province name (e.g., Texas).</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="CountryName" type="CountryNameType" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">Country name (e.g., Ireland).</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CityName CityName 0 (1)
StateProv StateProv 0 (1)
CountryName CountryName 0 (1)
Collapse Derivation Tree:
  • LocationGeneralType
    • Unresolved link to location7
    • Unresolved link to eventlocation1
    • Unresolved link to location12
    • Unresolved link to location13
Collapse References:
Unresolved link to eventlocation1, Unresolved link to location12, Unresolved link to location13 Unresolved link to location7,