<xsd:complexType name="FacilityKey_Hotel">
<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="FacilityCode" type="ota2-0400:StringShort">
<xsd:annotation>
<xsd:documentation source="Description">A code that identifies the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ChainCode" type="ota2-0400:StringShort">
<xsd:annotation>
<xsd:documentation source="Description">A code that identifes the chain for which the facility belongs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BrandCode" type="ota2-0400:StringShort">
<xsd:annotation>
<xsd:documentation source="Description">A code that identifes the brand for which the facility belongs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|