XML Schema Documentation

Complex Type: PartyRelationshipDocumentation

[Table of contents]

Super-types: None
Sub-types: None
Name PartyRelationshipDocumentation
Used by (from the same schema document) Complex Type PartyRelationship
Abstract no
Documentation A description of the legal agreement(s) and definitions that document a party's relationships with other parties
XML Instance Representation
<...>
Start Choice [1..*]
<masterAgreement> MasterAgreement </masterAgreement> [1]

'A agreement executed between two parties that includes or references the related party.'

<creditSupportAgreement> CreditSupportAgreement </creditSupportAgreement> [1]

'An agreement executed between two parties intended to govern collateral arrangement for OTC derivatives transactions between those parties, and that references the related party.'

<agreement> GenericAgreement </agreement> [1]

'An agrement that references the related party.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PartyRelationshipDocumentation">
<xsd:sequence>
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="masterAgreement" type=" MasterAgreement "/>
<xsd:element name="creditSupportAgreement" type=" CreditSupportAgreement "/>
<xsd:element name="agreement" type=" GenericAgreement "/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>