Definition Type: ComplexType
Name: AbstractTaxW2
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_TaxW2.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into VOID in schema ofx_taxw2_xsd Drilldown into CNTRLNO in schema ofx_taxw2_xsd Drilldown into TAXYEAR in schema ofx_taxw2_xsdXSD Diagram of AbstractTaxW2 in schema ofx_taxw2_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="AbstractTaxW2" abstract="true">
    <xsd:sequence>
        <xsd:element name="TAXYEAR" type="ofx:YearType" />
        <xsd:element name="CNTRLNO" type="ofx:ControlNumber" minOccurs="0" />
        <xsd:element name="VOID" type="ofx:BooleanType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TAXYEAR ofx:TAXYEAR (1) (1)
CNTRLNO ofx:CNTRLNO 0 (1)
VOID ofx:VOID 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:TaxW2_V100, ofx:TaxW2_V200