Definition Type: ComplexType
Name: AbstractPartyProfile
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:AbstractPartyProfileId
Containing Schema: fpml-loan-5-10.xsd
Abstract True
Documentation:
An abstract base type that describes a party profile.
Collapse XSD Schema Diagram:
Drilldown into documentation in schema fpml-loan-5-10_xsd Drilldown into relatedParty in schema fpml-loan-5-10_xsd Drilldown into partyReference in schema fpml-loan-5-10_xsd Drilldown into effectiveDate in schema fpml-loan-5-10_xsd Drilldown into partyProfileIdentifier in schema fpml-loan-5-10_xsd Drilldown into AbstractPartyProfileId in schema fpml-loan-5-10_xsdXSD Diagram of AbstractPartyProfile in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AbstractPartyProfile" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An abstract base type that describes a party profile.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="AbstractPartyProfileId">
            <xsd:sequence>
                <xsd:element name="effectiveDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The business date on which the information conveyed within the party profile becomes effective.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:sequence>
                    <xsd:element name="partyReference" type="PartyReference">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">The party whose details are being communicated within the notification.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="relatedParty" type="RelatedParty" minOccurs="0" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">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').</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="documentation" type="PartyProfileDocumentation" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Description of the tax form registered by the party.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyProfileIdentifier nsA:partyProfileIdentifier (1) unbounded
effectiveDate nsA:effectiveDate (1) (1)
partyReference nsA:partyReference (1) (1)
relatedParty nsA:relatedParty 0 unbounded
documentation nsA:documentation 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:PartyProfile