<xsd:complexType name="ReferencePoint">
<xsd:annotation>
<xsd:documentation source="Description">Specifies a location.</xsd:documentation>
<xsd:documentation source="Description">Specifies a location.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ReferencePoint</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="Code" type="ota2-0400:Code">
<xsd:annotation>
<xsd:documentation source="Description">A code that identifies the reference point. May also include the code context and a description for the code.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Type" type="ota2-0300:ReferencePoint_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the type of reference point (e.g. Airport, Museum, Train station).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:Location">
<xsd:annotation>
<xsd:documentation source="Description">The address or geolocation information for the reference point.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="name" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The name of the reference point.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|