Definition Type: ComplexType
Name: TaxW2Response
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_TaxW2_Messages.xsd
Abstract
Documentation:
The OFX element "TAXW2RS" is of type "TaxW2Response"
Collapse XSD Schema Diagram:
Drilldown into TAXW2_V200 in schema ofx_taxw2_messages_xsd Drilldown into TAXW2_V100 in schema ofx_taxw2_messages_xsd Drilldown into SSN in schema ofx_taxw2_messages_xsdXSD Diagram of TaxW2Response in schema ofx_taxw2_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="TaxW2Response">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "TAXW2RS" is of type "TaxW2Response"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SSN" type="ofx:GenericNameType" minOccurs="0" maxOccurs="1" />
        <xsd:choice minOccurs="1" maxOccurs="unbounded">
            <xsd:element name="TAXW2_V100" type="ofx:TaxW2_V100" />
            <xsd:element name="TAXW2_V200" type="ofx:TaxW2_V200" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SSN ofx:SSN 0 1
TAXW2_V100 ofx:TAXW2_V100 (1) (1)
TAXW2_V200 ofx:TAXW2_V200 (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:TAXW2RS