<xsd:complexType name="PercentageRule">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining a content model for a calculation rule defined as percentage of the notional amount.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="PaymentRule">
<xsd:sequence>
<xsd:element name="paymentPercent" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">A percentage of the notional amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="notionalAmountReference" type="NotionalAmountReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the notional amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|