<xs:element name="BookingClassPref" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Booking Classes (RBD's) to include or exclude)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ResBookDesigCode" type="AlphaLength1to2" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The booking class code</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="PreferLevel" type="PreferLevelType" use="optional" />
</xs:complexType>
</xs:element>
|