<xsd:complexType name="DepartureArrival">
<xsd:annotation>
<xsd:documentation source="Description">Describes a pickup, dropoff or intermediate stop point.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">DepartureArrival</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="prod-0400:LocationPointChoice">
<xsd:annotation>
<xsd:documentation source="Description">Provides address details for a location. Comare with JourneyPoint</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Summary" />
</xsd:sequence>
<xsd:attribute name="dateTime" type="ota2-0400:DateTime" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The date and time of departure or arrival according to context.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="product" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">2016-11-28T14:14:00</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="asDirectedInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If true, this location will be notified by the customer.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|