Definition Type: Element
Name: Endorsements
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Container for endorsements.
Collapse XSD Schema Diagram:
Drilldown into Endorsement in schema ota_aircommontypes_xsd1 Drilldown into NonEndorsableIndicator in schema ota_aircommontypes_xsd Drilldown into NonRefundableIndicator in schema ota_aircommontypes_xsdXSD Diagram of Endorsements in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Endorsements" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Container for endorsements.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Endorsement" maxOccurs="9">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies ticket endorsement information.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="FreeTextType" />
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="NonRefundableIndicator" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Indicates whether the ticket is refundable. If true, the ticket is NOT refundable.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="NonEndorsableIndicator" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Indicates whether the ticket is endorsable. If true, the ticket is NOT endorsable.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Endorsement Endorsement (1) 9
Collapse Child Attributes:
Name Type Default Value Use
NonRefundableIndicator NonRefundableIndicator Optional
NonEndorsableIndicator NonEndorsableIndicator Optional