<xsd:complexType name="PropertyInfo_Detail">
<xsd:annotation>
<xsd:documentation source="Description">Identifies a property.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PropertyInfo</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="prod-0400:PropertyInfo">
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Detail" />
</xsd:sequence>
<xsd:attribute name="name" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the proper name of the property.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cityCode" type="ota2-0400:StringTiny" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the three character IATA city code.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="chainCode" type="ota2-0400:StringTiny" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Identifies the chain.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="chainName" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the proper name of the chain.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="brandCode" type="ota2-0400:StringTiny" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Identifies a brand with in a chain (e.g. Courtyard, Hampton Inn). This code is optional if the hotel is an independent property that can be identified by a propert code alone.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="brandName" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Identifies the proper name of the brand.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|