Definition Type: ComplexType
Name: PartyProfile
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:AbstractPartyProfile
Containing Schema: fpml-loan-5-10.xsd
Abstract False
Documentation:
A type that describes a party profile record.
Collapse XSD Schema Diagram:
Drilldown into settlementInstructionDetails in schema fpml-loan-5-10_xsd Drilldown into communicationDetails in schema fpml-loan-5-10_xsd 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_xsd Drilldown into AbstractPartyProfile in schema fpml-loan-5-10_xsdXSD Diagram of PartyProfile in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartyProfile" abstract="false">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that describes a party profile record.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="AbstractPartyProfile">
            <xsd:choice maxOccurs="unbounded">
                <xsd:element name="communicationDetails" type="ApplicableCommunicationDetails">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Relates an asset, or assets, to an element within a party block (customarily a business unit or person).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="settlementInstructionDetails" type="ApplicableSettlementInstructionDetails">
                    <xsd:annotation>
                        <xsd:documentation>Relates an asset, or assets, to set of settlement instructions.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:choice>
        </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)
communicationDetails nsA:communicationDetails (1) (1)
settlementInstructionDetails nsA:settlementInstructionDetails (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:partyProfile