<xsd:group name="DealRoles.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model that defines all parties playing various roles within a given deal.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="issuerPartyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A party reference to the (main) issuer of the deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="guarantorPartyReference" type="PartyReference" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Party references to the guarantors associated with the (main) issuer of the deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="agentPartyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A party reference to the agent bank associated with the deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence minOccurs="0">
<xsd:element name="syndicationLeadPartyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A party reference to the lead syndication bank of the deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="syndicationCoLeadPartyReference" type="PartyReference" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Party references to the syndication co-lead banks of the deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:group>
|