Definition Type: Attribute
Name: ReturnType
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Code indicating whether travel must commence or be completed in order to satisfy the stay restriction.
Collapse XSD Schema Diagram:
XSD Diagram of ReturnType in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="ReturnType" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Code indicating whether travel must commence or be completed in order to satisfy the stay restriction.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="C">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Return travel must be Completed.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="S">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Return travel must be Started.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration C
Enumeration S