<xs:attributeGroup name="PricingInfoGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Use to specify a type of pricing information and whether it should be applied or not applied to the pricing.</xs:documentation>
</xs:annotation>
<xs:attribute name="Type" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the type of pricing information. References OTA code list Pricing Processing Code (PPC).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ExcludeInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true the information in the type attribute should not be applied to the pricing.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Qualifier" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to give additional information on the pricing preference. Refer to OTA Code List Pricing Qualification Code (PQC).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|