Definition Type: ComplexType
Name: DepartureArrival
Namespace: http://www.opentravel.org/OTM/product/v4
Containing Schema: Product_4_0_0.xsd
Abstract
Documentation:
Describes a pickup, dropoff or intermediate stop point.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint_Summary in schema otm_builtins_xsd Drilldown into LocationPointChoice in schema product_4_0_0_xsd Drilldown into asDirectedInd in schema product_4_0_0_xsd Drilldown into dateTime in schema product_4_0_0_xsdXSD Diagram of DepartureArrival in schema product_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LocationPointChoice prod-0400:LocationPointChoice 0 (1)
ExtensionPoint_Summary ota2:ExtensionPoint_Summary 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
dateTime prod-0400:dateTime Optional
asDirectedInd prod-0400:asDirectedInd Optional
Collapse Derivation Tree:
Collapse References:
prod-0400:Arrival, prod-0400:ArrivalSubGrp, prod-0400:ArrivalSummary, prod-0400:Departure, prod-0400:DepartureArrival, prod-0400:DepartureArrival_Detail, prod-0400:DepartureArrivalSubGrp, prod-0400:DepartureArrivalSummary, prod-0400:DepartureSubGrp, prod-0400:DepartureSummary