<xsd:complexType name="LocationPoint">
<xsd:annotation>
<xsd:documentation source="Description">TODO - this object needs to be reviewed and potentially reworked.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">LocationPoint</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Summary" />
</xsd:sequence>
<xsd:attribute name="code" type="ota2-0400:StringTiny" use="required">
<xsd:annotation>
<xsd:documentation source="Description">A tiny string
Minimum length of 0 and a maximum length of 32</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="kioskInd" type="xsd:boolean" use="optional" />
<xsd:attribute name="curbSideBaggageCheckInd" type="xsd:boolean" use="optional" />
</xsd:complexType>
|