<xs:element name="CommissionableAmount" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The amount on which commission is calculated.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the currency amount on which the commission is applied.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="TaxInclusiveIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates that the commission is calculated using the rate including tax. When false, indicates that the commission is calculated using the net rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|