<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>
|