Definition Type: ComplexType
Name: PositivePayment
Namespace: http://www.fpml.org/2008/FpML-4-5
Type: fpml:PaymentBase
Containing Schema: fpml-shared-4-5.xsd
Abstract
Documentation:
A complex type to specify positive payments.
Collapse XSD Schema Diagram:
Drilldown into paymentAmount in schema fpml-shared-4-5_xsd Drilldown into paymentDate in schema fpml-shared-4-5_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-5_xsd Drilldown into payerPartyReference in schema fpml-shared-4-5_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-5_xsd Drilldown into PaymentBase in schema fpml-shared-4-5_xsdXSD Diagram of PositivePayment in schema fpml-shared-4-5_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="PaymentBase">
            <xsd:sequence>
                <xsd:element name="paymentAmount" type="PositiveMoney">
                    <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 fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)
paymentDate fpml:paymentDate (1) (1)
paymentAmount fpml:paymentAmount (1) (1)
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Derivation Tree: