Definition Type: ComplexType
Name: AbstractTaxForm1099
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Tax1099.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into CORRECTED in schema ofx_tax1099_xsd Drilldown into VOID in schema ofx_tax1099_xsd Drilldown into TAXYEAR in schema ofx_tax1099_xsd Drilldown into SRVRTID in schema ofx_tax1099_xsdXSD Diagram of AbstractTaxForm1099 in schema ofx_tax1099_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="AbstractTaxForm1099" abstract="true">
    <xsd:sequence>
        <xsd:element name="SRVRTID" type="ofx:ServerIdType" />
        <xsd:element name="TAXYEAR" type="ofx:YearType" />
        <xsd:element name="VOID" type="ofx:BooleanType" minOccurs="0" />
        <xsd:element name="CORRECTED" type="ofx:BooleanType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SRVRTID ofx:SRVRTID (1) (1)
TAXYEAR ofx:TAXYEAR (1) (1)
VOID ofx:VOID 0 (1)
CORRECTED ofx:CORRECTED 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:Tax1099B_V100, ofx:Tax1099DIV_V100, ofx:Tax1099INT_V100, ofx:Tax1099MISC_V100, ofx:Tax1099OID_V100, ofx:Tax1099R_V100