<xsd:group name="BusinessEventParties.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model that represents the main parties involved in any business event.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="agentPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the agent bank for the associated deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="borrowerPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the main borrower associated with the specific business event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|