Definition Type: Element
Name: Segment
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CancelRS.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Used to specify a segment that has been cancelled.
Collapse XSD Schema Diagram:
Drilldown into Warnings in schema ota_cancelrs_xsd Drilldown into UniqueID in schema ota_cancelrs_xsd Drilldown into ItinSegNbr in schema ota_cancelrs_xsdXSD Diagram of Segment in schema ota_cancelrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Segment" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to specify a segment that has been cancelled.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0" maxOccurs="2">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Contains the supplier's cancellation or confirmation number.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="Warnings" type="WarningsType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Warning information for the segment that was requested to be cancelled.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="ItinSegNbr" type="xs:nonNegativeInteger" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Number identifying the segment item that was cancelled.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UniqueID nsA:UniqueID 0 2
Warnings nsA:Warnings 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ItinSegNbr nsA:ItinSegNbr Optional