<xsd:complexType name="PartyRelationshipDocumentation">
<xsd:annotation>
<xsd:documentation xml:lang="en">A description of the legal agreement(s) and definitions that document a party's relationships with other parties</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="masterAgreement" type="MasterAgreement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A agreement executed between two parties that includes or references the related party.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="creditSupportAgreement" type="CreditSupportAgreement">
<xsd:annotation>
<xsd:documentation xml:lang="en">An agreement executed between two parties intended to govern collateral arrangement for OTC derivatives transactions between those parties, and that references the related party.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="agreement" type="GenericAgreement">
<xsd:annotation>
<xsd:documentation xml:lang="en">An agrement that references the related party.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|