Definition Type: ComplexType
Name: SinglePayment
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:PaymentBase
Containing Schema: fpml-cd-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fixedAmount in schema fpml-cd-5-10_xsd4 Drilldown into adjustablePaymentDate in schema fpml-cd-5-10_xsd4 Drilldown into id in schema fpml-shared-5-10_xsd5 Drilldown into PaymentBase in schema fpml-shared-5-10_xsd5XSD Diagram of SinglePayment in schema fpml-cd-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SinglePayment">
    <xsd:complexContent>
        <xsd:extension base="PaymentBase">
            <xsd:sequence>
                <xsd:element name="adjustablePaymentDate" type="xsd:date" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A fixed amount payment date that shall be subject to adjustment in accordance with the applicable business day convention if it would otherwise fall on a day that is not a business day. The applicable business day convention and business day are those specified in the dateAdjustments element within the generalTerms component. ISDA 2003 Term: Fixed Rate Payer Payment Date</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="fixedAmount" type="Money">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A fixed payment amount. ISDA 2003 Term: Fixed Amount</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
adjustablePaymentDate nsF:adjustablePaymentDate 0 (1)
fixedAmount nsF:fixedAmount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:singlePayment