Definition Type: ComplexType
Name: Facility_ID
Namespace: http://www.opentravel.org/OTM/organization/v3
Containing Schema: Organization_3_0_0.xsd
Abstract
Documentation:
Describes a facility (e.g. Hotel Facility,Conference Facility, Golf Facility). A facility must have a single address and a single geolocation.
Collapse XSD Schema Diagram:
Drilldown into FacilityKey in schema organization_3_0_0_xsd Drilldown into FacilityRef in schema organization_3_0_0_xsd Drilldown into objID in schema organization_3_0_0_xsdXSD Diagram of Facility_ID in schema organization_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Facility_ID">
    <xsd:annotation>
        <xsd:documentation source="Description">Describes a facility (e.g. Hotel Facility,Conference Facility, Golf Facility).  A facility must have a single address and a single geolocation.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Facility</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="FacilityRef" type="xsd:IDREF">
            <xsd:annotation>
                <xsd:documentation source="Description">Refers to the obj ID on an object defined elsewhere in the current document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="org-0300:FacilityKey">
            <xsd:annotation>
                <xsd:documentation source="Description">Allows for the appropriate type of identifier to be used dependent on the type type of facility being described.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="objID" type="xsd:ID" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">A unique identifier within this document for this object.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FacilityRef org-0300:FacilityRef 0 (1)
FacilityKey org-0300:FacilityKey 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
objID org-0300:objID Optional
Collapse Derivation Tree:
Collapse References:
org-0300:Facility, org-0300:FacilityID, org-0300:FacilityIdentifier, org-0300:FacilitySubGrp