Definition Type: ComplexType
Name: ParticipationAmount
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
Generic type to capture global and share amounts
Collapse XSD Schema Diagram:
Drilldown into shareAmount in schema fpml-loan-4-4_xsd Drilldown into globalAmount in schema fpml-loan-4-4_xsdXSD Diagram of ParticipationAmount in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ParticipationAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Generic type to capture global and share amounts</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="globalAmount" type="Money" minOccurs="0" />
        <xsd:element name="shareAmount" type="Money" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
globalAmount fpml:globalAmount 0 (1)
shareAmount fpml:shareAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:accrualAmount, fpml:amount, fpml:amount, fpml:amount, fpml:amount, fpml:amountfpml:currentAmount, fpml:currentAmount, fpml:positionAmount, fpml:priorAmount, fpml:priorAmount,