Definition Type: ComplexType
Name: AbstractLoanAllocationSummary
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract True
Documentation:
An underlying structure defining fundamental allocation event information.
Collapse XSD Schema Diagram:
Drilldown into comment in schema fpml-loan-5-10_xsd Drilldown into amount in schema fpml-loan-5-10_xsd Drilldown into allocationIdentifier in schema fpml-loan-5-10_xsdXSD Diagram of AbstractLoanAllocationSummary in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AbstractLoanAllocationSummary" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An underlying structure defining fundamental allocation event information.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="allocationIdentifier" type="LoanAllocationIdentifier">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Unique allocation id used to identify the allocation record.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amount" type="Money">
            <xsd:annotation>
                <xsd:documentation>Amount allocated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="comment" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A freetext field which allows the sender to add further details around the allocation event.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
allocationIdentifier nsA:allocationIdentifier (1) (1)
amount nsA:amount (1) (1)
comment nsA:comment 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:LoanAllocation