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