Definition Type: ComplexType
Name: FacilityKey_Identifier
Namespace: http://www.opentravel.org/OTM/organization/v3
Type: org-0300:FacilityKey
Containing Schema: Organization_3_0_0.xsd
Abstract
Documentation:
Allows for a facility to be identified by and Identifier element or other elements/attributes that are appropriate for the specific type of facility.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into Identifier in schema organization_3_0_0_xsd Drilldown into ExtensionPoint_Shared in schema otm_builtins_xsd Drilldown into FacilityKey in schema organization_3_0_0_xsdXSD Diagram of FacilityKey_Identifier in schema organization_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="FacilityKey_Identifier">
    <xsd:annotation>
        <xsd:documentation source="Description">Allows for a facility to be identified by and Identifier element or other elements/attributes that are appropriate for the specific type of facility.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ChoiceObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">FacilityKey</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="org-0300:FacilityKey">
            <xsd:sequence>
                <xsd:element minOccurs="0" name="Identifier" type="ota2-0400:Identifier">
                    <xsd:annotation>
                        <xsd:documentation source="Description">A unique identifier defined by an external authority for this object.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ExtensionPoint_Shared ota2:ExtensionPoint_Shared 0 (1)
Identifier org-0300:Identifier 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
org-0300:FacilityKeyIdentifier