<xsd:complexType name="LocationPointChoice_Address">
<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:complexContent>
<xsd:extension base="prod-0400:LocationPointChoice">
<xsd:sequence>
<xsd:element minOccurs="0" name="Notes" type="ota2-0400:Text">
<xsd:annotation>
<xsd:documentation source="Description">Provides text and indicates whether it is formatted or not.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|