Definition Type: Element
Name: Items
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseBookingHistoryRS.xsd
MinOccurs (1)
MaxOccurs 99
Abstract
Documentation:
Collection of changed items.
Collapse XSD Schema Diagram:
Drilldown into Item in schema ota_cruisebookinghistoryrs_xsd Drilldown into Name in schema ota_commontypes_xsd1 Drilldown into Code in schema ota_commontypes_xsd1 Drilldown into OptionalCodeOptionalNameGroup in schema ota_commontypes_xsd1XSD Diagram of Items in schema ota_cruisebookinghistoryrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Items" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Collection of changed items.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Item" maxOccurs="999">
                <xs:annotation>
                    <xs:documentation xml:lang="en">History item details.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:complexContent>
                        <xs:extension base="ParagraphType">
                            <xs:attribute name="GuestID" type="StringLength1to32" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Unique identifier of the guest to whom this transaction applies.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="ItemName" type="StringLength1to64" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">The item being modified in this transaction.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="OldValue" type="StringLength1to255" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Specifies the old value of an item.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="NewValue" type="StringLength1to255" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Specifies the new value of an item.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="Classification" type="StringLength1to128" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Specifies the classification of the item (e.g., RES_GUEST, RES_HEADER).</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="OptionalCodeOptionalNameGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies a general category of history items or type of history item (e.g., RESERVATION, TRANSACTION).</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Item nsA:Item (1) 999
Collapse Child Attributes:
Name Type Default Value Use
Code Code Optional
Name Name Optional