Definition Type: Group
Name: LoanTradeAllocationDetails.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model used to reference a single loan trade together with all associated allocations.
Collapse XSD Schema Diagram:
Drilldown into tradeSummary in schema fpml-loan-5-10_xsd Drilldown into allocationId in schema fpml-loan-5-10_xsdXSD Diagram of LoanTradeAllocationDetails.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LoanTradeAllocationDetails.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model used to reference a single loan trade together with all associated allocations.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="allocationId" type="LoanAllocationIdentifier" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A party-specific allocation identifier.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tradeSummary" type="LoanTradeSummary" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
allocationId nsA:allocationId (1) unbounded
tradeSummary nsA:tradeSummary (1) (1)