Definition Type: ComplexType
Name: ClassifiedPayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:SimplePayment
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
Documentation:
A Classified Simple Payment.
Collapse XSD Schema Diagram:
Drilldown into paymentType in schema fpml-option-shared-4-4_xsd Drilldown into paymentDate in schema fpml-shared-4-4_xsd Drilldown into paymentAmount in schema fpml-shared-4-4_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-4_xsd Drilldown into payerPartyReference in schema fpml-shared-4-4_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-4_xsd Drilldown into SimplePayment in schema fpml-shared-4-4_xsdXSD Diagram of ClassifiedPayment in schema fpml-option-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ClassifiedPayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A Classified Simple Payment.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="SimplePayment">
            <xsd:sequence>
                <xsd:element name="paymentType" type="PaymentType" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Classification of this Payment.</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)
paymentAmount fpml:paymentAmount (1) (1)
paymentDate fpml:paymentDate (1) (1)
paymentType fpml:paymentType 0 unbounded
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:additionalPayment