Definition Type: Element
Name: Segment
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CancelRQ.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Used to specify segments to be cancelled.
Collapse XSD Schema Diagram:
Drilldown into LastItinSegNbr in schema ota_cancelrq_xsd Drilldown into FirstItinSegNbr in schema ota_cancelrq_xsd Drilldown into ItinSegNbr in schema ota_cancelrq_xsdXSD Diagram of Segment in schema ota_cancelrq_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 segments to be cancelled.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="ItinSegNbr" type="xs:nonNegativeInteger" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Number identifying the segment item to be cancelled.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="FirstItinSegNbr" type="xs:nonNegativeInteger" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The beginning number in a range that identifies the first segment  item to be cancelled.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="LastItinSegNbr" type="xs:nonNegativeInteger" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The last number in a range that identifies the last segment  item to be cancelled.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
ItinSegNbr nsA:ItinSegNbr Optional
FirstItinSegNbr nsA:FirstItinSegNbr Optional
LastItinSegNbr nsA:LastItinSegNbr Optional