XML Schema Documentation

Complex Type: PartyRelationship

[Table of contents]

Super-types: None
Sub-types: None
Name PartyRelationship
Abstract no
XML Instance Representation
<...>
<partyReference> PartyReference </partyReference> [1]

'Reference to a party.'

<accountReference> AccountReference </accountReference> [0..1]

'Reference to an account.'

<role> PartyRole </role> [1]

'The category of the relationship. The related party performs the role specified in this field for the base party. For example, if the role is \"Guarantor\", the related party acts as a guarantor for the base party.'

<type> PartyRoleType </type> [0..1]

'Additional definition refining the type of relationship. For example, if the \"role\" is Guarantor, this element may be used to specify whether all positions are guaranteed, or only a subset of them.'

<effectiveDate> xsd:date </effectiveDate> [0..1]

'The date on which the relationship begins or began.'

<terminationDate> xsd:date </terminationDate> [0..1]

'The date on which the relationship ends or ended.'

<documentation> PartyRelationshipDocumentation </documentation> [0..1]

'Describes the agreements that define the party relationship.'

</...>
Diagram
group_PartyAndAccountReferences.model
Schema Component Representation
<xsd:complexType name="PartyRelationship">
<xsd:sequence>
<xsd:group ref=" PartyAndAccountReferences.model "/>
<xsd:element name="role" type=" PartyRole "/>
<xsd:element name="type" type=" PartyRoleType " minOccurs="0"/>
<xsd:element name="effectiveDate" type=" xsd:date " minOccurs="0"/>
<xsd:element name="terminationDate" type=" xsd:date " minOccurs="0"/>
<xsd:element name="documentation" type=" PartyRelationshipDocumentation " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>