<xs:element name="DeletedGuest" minOccurs="0" maxOccurs="9">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the information of the deleted guest from the current booking. Normally used in Modification mode.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DeletedGuestReference" type="Numeric1to99" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The guest's reference number in the booking being modified.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|