Definition Type: Group
Name: LoanAllocationParties.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model which contains the main parties involved in a loan allocation situation.
Collapse XSD Schema Diagram:
Drilldown into allocatedPartyReference in schema fpml-loan-5-10_xsd Drilldown into originalPartyReference in schema fpml-loan-5-10_xsdXSD Diagram of LoanAllocationParties.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LoanAllocationParties.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model which contains the main parties involved in a loan allocation situation.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="originalPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party responsible for the allocation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="allocatedPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party that has been allocated to.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
originalPartyReference nsA:originalPartyReference (1) (1)
allocatedPartyReference nsA:allocatedPartyReference (1) (1)