Definition Type: AttributeGroup
Name: LocationGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
A code identifying a location.
Collapse XSD Schema Diagram:
Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into LocationCode in schema ota_commontypes_xsd1XSD Diagram of LocationGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="LocationGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">A code identifying a location.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="LocationCode" type="StringLength1to16" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Code used to identify a location.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CodeContext" type="StringLength1to32" default="IATA">
        <xs:annotation>
            <xs:documentation xml:lang="en">Identifies the context of the identifying code (e.g., IATA, ARC, or internal code).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
LocationCode LocationCode Optional
CodeContext CodeContext IATA (Optional)