Definition Type: ComplexType
Name: NonNegativePayment
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsA:PaymentBaseExtended
Containing Schema: fpml-shared-5-9.xsd
Abstract
Documentation:
A complex type to specify non negative payments.
Collapse XSD Schema Diagram:
Drilldown into paymentAmount in schema fpml-shared-5-9_xsd Drilldown into id in schema fpml-shared-5-9_xsd Drilldown into PaymentBase in schema fpml-shared-5-9_xsd Drilldown into PaymentBaseExtended in schema fpml-shared-5-9_xsdXSD Diagram of NonNegativePayment in schema fpml-shared-5-9_xsd (Financial products Markup Language (FpML®) - Transparency)
Collapse XSD Schema Code:
<xsd:complexType name="NonNegativePayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A complex type to specify non negative payments.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PaymentBaseExtended">
            <xsd:sequence>
                <xsd:element name="paymentAmount" type="NonNegativeMoney">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Non negative 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
paymentAmount nsA:paymentAmount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:ClassifiablePaymentnsA:CommodityPremium, nsA:FxOptionPremium,
Collapse Comments:
blog comments powered by Disqus