Definition Type: Element
Name: EndLocation
Type: LocationType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
End location associated with the reservation.
Collapse XSD Schema Diagram:
Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into LocationCode in schema ota_commontypes_xsd1 Drilldown into LocationGroup in schema ota_commontypes_xsd Drilldown into LocationType in schema ota_commontypes_xsd Drilldown into AssociatedDateTime in schema ota_commontypes_xsd1XSD Diagram of EndLocation in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="EndLocation" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">End location associated with the reservation.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="LocationType">
                <xs:attribute name="AssociatedDateTime" type="xs:dateTime" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">A date and time associated with this end location.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
LocationCode LocationCode Optional
CodeContext CodeContext IATA (Optional)
AssociatedDateTime AssociatedDateTime Optional
Collapse Derivation Tree: