<xs:element name="UniqueID" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">This allows a user to send more than one UniqueID where there is more than one UniqueID associated to a single reservation (e.g. confirmation number and PNR record locator).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<xs:attribute name="Reason" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The reason for the cancellation.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|