<xs:attributeGroup name="CruisePriceGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the pricing information</xs:documentation>
</xs:annotation>
<xs:attribute name="PriceTypeCode" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies what the amount is for.
Refer to OTA Code Table Price Type Code (PRI).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Amount" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The price associated with the specified code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RestrictedIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the display of the price is restricted. When false, the price may be displayed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CodeDetail" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">May be used to give further detail on the PriceTypeCode. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Percent" type="Percentage" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The percentage value used to arrive at the amount associated with this item.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|