Definition Type: ComplexType
Name: PaymentBaseExtended
Namespace: http://www.fpml.org/2009/FpML-4-6
Type: fpml:PaymentBase
Containing Schema: fpml-shared-4-6.xsd
Abstract True
Documentation:
Base type for payments starting with the 4-3 release, until we refactor the schema as part of the 5-0 release series.
Collapse XSD Schema Diagram:
Drilldown into paymentDate in schema fpml-shared-4-6_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-6_xsd Drilldown into payerPartyReference in schema fpml-shared-4-6_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-6_xsd Drilldown into id in schema fpml-shared-4-6_xsd Drilldown into PaymentBase in schema fpml-shared-4-6_xsdXSD Diagram of PaymentBaseExtended in schema fpml-shared-4-6_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PaymentBaseExtended" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Base type for payments starting with the 4-3 release, until we refactor the schema as part of the 5-0 release series.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PaymentBase">
            <xsd:sequence>
                <xsd:group ref="PayerReceiver.model" />
                <xsd:element name="paymentDate" type="AdjustableOrRelativeDate">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The payment date, which can be expressed as either an adjustable or relative date.</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)
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:NonNegativePayment, fpml:PositivePayment