Definition Type: AttributeGroup
Name: CruisePriceGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Specifies the pricing information
Collapse XSD Schema Diagram:
Drilldown into Percent in schema ota_cruisecommontypes_xsd Drilldown into CodeDetail in schema ota_cruisecommontypes_xsd Drilldown into RestrictedIndicator in schema ota_cruisecommontypes_xsd Drilldown into Amount in schema ota_cruisecommontypes_xsd Drilldown into PriceTypeCode in schema ota_cruisecommontypes_xsdXSD Diagram of CruisePriceGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
PriceTypeCode PriceTypeCode Required
Amount Amount Optional
RestrictedIndicator RestrictedIndicator Optional
CodeDetail CodeDetail Optional
Percent Percent Optional