complexType "PartyRelationship"
Namespace:
Content:
complex, 7 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (7):
accountReference (defined in PartyAndAccountReferences.model group),
documentation (in relatedParty defined in Party.model group),
effectiveDate (in relatedParty defined in Party.model group),
partyReference (defined in PartyAndAccountReferences.model group),
role (in relatedParty defined in Party.model group),
terminationDate (in relatedParty defined in Party.model group),
type (in relatedParty defined in Party.model group)
All Direct / Indirect Based Elements (1):
relatedParty (defined in Party.model group)
Known Usage Locations
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="PartyRelationship">
<xsd:sequence>
<xsd:group ref="PartyAndAccountReferences.model"/>
<xsd:element minOccurs="0" name="role" type="PartyRole"/>
<xsd:element minOccurs="0" name="type" type="PartyRoleType"/>
<xsd:element minOccurs="0" name="effectiveDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="terminationDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="documentation" type="PartyRelationshipDocumentation"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/7)
documentation
Type:
Describes the agreements that define the party relationship.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="documentation" type="PartyRelationshipDocumentation"/>

effectiveDate
Type:
xsd:date, predefined, simple content
The date on which the relationship begins or began.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="effectiveDate" type="xsd:date"/>

role
Type:
PartyRole, simple content
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.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="role" type="PartyRole"/>

terminationDate
Type:
xsd:date, predefined, simple content
The date on which the relationship ends or ended.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="terminationDate" type="xsd:date"/>

type
Type:
PartyRoleType, simple content
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.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="type" type="PartyRoleType"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.