XML Schema Documentation

Complex Type: PercentageRule

[Table of contents]

Super-types: PaymentRule < PercentageRule (by extension)
Sub-types: None
Name PercentageRule
Abstract no
Documentation A type defining a content model for a calculation rule defined as percentage of the notional amount.
XML Instance Representation
<...>
<paymentPercent> xsd:decimal </paymentPercent> [1]

'A percentage of the notional amount.'

<notionalAmountReference> NotionalAmountReference </notionalAmountReference> [1]

'A reference to the notional amount.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PercentageRule">
<xsd:complexContent>
<xsd:extension base=" PaymentRule ">
<xsd:sequence>
<xsd:element name="paymentPercent" type=" xsd:decimal "/>
<xsd:element name="notionalAmountReference" type=" NotionalAmountReference "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>