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