<xsd:complexType name="FlightInfo">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">FlightInfo</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="TransportNumber" type="prod-0400:TransportNumber">
<xsd:annotation>
<xsd:documentation source="Description">The Airline code and flight identity number,</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="flightDate" type="ota2-0400:DateTimeLocal" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Departure or arrival time according to context.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">2017-01-20T15:20:00</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|