Definition Type: ComplexType
Name: PositivePayment
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsA:PaymentBaseExtended
Containing Schema: fpml-shared-5-4.xsd
Abstract
Documentation:
A complex type to specify positive payments.
Collapse XSD Schema Diagram:
Drilldown into paymentAmount in schema fpml-shared-5-4_xsd Drilldown into paymentDate in schema fpml-shared-5-4_xsd Drilldown into receiverAccountReference in schema fpml-shared-5-4_xsd Drilldown into receiverPartyReference in schema fpml-shared-5-4_xsd Drilldown into payerAccountReference in schema fpml-shared-5-4_xsd Drilldown into payerPartyReference in schema fpml-shared-5-4_xsd Drilldown into PayerReceiver.model in schema fpml-shared-5-4_xsd Drilldown into id in schema fpml-shared-5-4_xsd Drilldown into PaymentBase in schema fpml-shared-5-4_xsd Drilldown into PaymentBaseExtended in schema fpml-shared-5-4_xsdXSD Diagram of PositivePayment in schema fpml-shared-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PositivePayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A complex type to specify positive payments.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PaymentBaseExtended">
            <xsd:sequence>
                <xsd:element name="paymentAmount" type="PositiveMoney" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Positive payment amount.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference nsA:payerPartyReference 0 (1)
payerAccountReference nsA:payerAccountReference 0 (1)
receiverPartyReference nsA:receiverPartyReference 0 (1)
receiverAccountReference nsA:receiverAccountReference 0 (1)
paymentDate nsA:paymentDate 0 (1)
paymentAmount nsA:paymentAmount 0 (1)
<xs:group> nsA:PayerReceiver.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree: