Definition Type: ComplexType
Name: IndependentAmount
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-doc-4-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into paymentDetail in schema fpml-doc-4-1_xsd Drilldown into receiverPartyReference in schema fpml-doc-4-1_xsd Drilldown into payerPartyReference in schema fpml-doc-4-1_xsdXSD Diagram of IndependentAmount in schema fpml-doc-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IndependentAmount">
    <xsd:sequence>
        <xsd:element name="payerPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party responsible for making the payments defined by this structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="receiverPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party that receives the payments corresponding to this structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="paymentDetail" type="PaymentDetail" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A container element allowing a schedule of payments associated with the Independent Amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference nsA:payerPartyReference (1) (1)
receiverPartyReference nsA:receiverPartyReference (1) (1)
paymentDetail nsA:paymentDetail (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:independentAmount