<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>
|