Definition Type: ComplexType
Name: PartyProfileDocumentation
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that defines documentation related to a party profile.
Collapse XSD Schema Diagram:
Drilldown into taxForm in schema fpml-loan-5-10_xsdXSD Diagram of PartyProfileDocumentation in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartyProfileDocumentation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that defines documentation related to a party profile.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="taxForm" type="TaxForm" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Type of tax form registered.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
taxForm nsA:taxForm 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:documentation