<xsd:complexType abstract="true" name="LocationPointChoice">
<xsd:annotation>
<xsd:documentation source="Description">Provides address details for a location. Comare with JourneyPoint</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="ChoiceObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">LocationPointChoice</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2-0400:Location">
<xsd:annotation>
<xsd:documentation source="Description">The address of the location.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Identifier" type="ota2-0400:Identifier">
<xsd:annotation>
<xsd:documentation source="Description">A local (as opposed to global) identfier for the location</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Shared" />
</xsd:sequence>
<xsd:attribute name="name" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">A name for the location.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|