complexType "AbstractPartyProfile"
Namespace:
Content:
complex, 5 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
Known Direct Subtypes (1):
PartyProfile
All Direct / Indirect Based Elements (1):
partyProfile
Known Usage Locations
Annotation
An abstract base type that describes a party profile.
Type Definition Detail
Type Derivation Tree
  AbstractPartyProfile
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType abstract="true" name="AbstractPartyProfile">
<xsd:complexContent>
<xsd:extension base="AbstractPartyProfileId">
<xsd:sequence>
<xsd:element name="effectiveDate" type="xsd:date"/>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="relatedParty" type="RelatedParty"/>
<xsd:element minOccurs="0" name="documentation" type="PartyProfileDocumentation"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/5)
documentation
Type:
PartyProfileDocumentation, complex content
Description of the tax form registered by the party.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="documentation" type="PartyProfileDocumentation"/>

effectiveDate
Type:
xsd:date, predefined, simple content
The business date on which the information conveyed within the party profile becomes effective.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="effectiveDate" type="xsd:date"/>

partyReference
Type:
PartyReference, empty content
The party whose details are being communicated within the notification.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="partyReference" type="PartyReference"/>

relatedParty
Type:
RelatedParty, complex content
Other parties that may be related to the receiver party. Examples: custodian or trustee; or, to convey company hierarchy (for use in the context of 'blacklists').
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="relatedParty" type="RelatedParty"/>

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.