<xsd:complexType name="Location">
<xsd:annotation>
<xsd:documentation source="Description">Address and geocoding information for the facility.</xsd:documentation>
<xsd:documentation source="Description">Address and geocoding information for the facility.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Location</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" ref="ota2-0400:AddressSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">Public address of the property.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}AddressInfoType</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="Position" type="ota2-0400:Geolocation">
<xsd:annotation>
<xsd:documentation source="Description">An element that identifies the geographic position of the facility. The Position element uses the representation defined by ISO Standard 6709 to define a geographic point location.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}Position</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:complexType>
|