<xsd:complexType name="Property_Detail">
<xsd:annotation>
<xsd:documentation source="Description">A property may contain one or more facilities of the same or differing types. Example: The property Disney Orlando has many hotels and golf courses on it.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Property</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="org-0300:Property">
<xsd:sequence>
<xsd:element maxOccurs="1000" minOccurs="1" ref="org-0300:FacilitySubGrp">
<xsd:annotation>
<xsd:documentation source="Description">One or more facilities on this property.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Detail" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|