Definition Type: ComplexType
Name: AdditionalStateTaxWithheldAggregate
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Tax1099.xsd
Abstract
Documentation:
The OFX element "ADDLSTTAXWHAGG" is of type "AdditionalStateTaxWithheldAggregate"
Collapse XSD Schema Diagram:
Drilldown into STINCOME in schema ofx_tax1099_xsd Drilldown into PAYERSTID in schema ofx_tax1099_xsd Drilldown into PAYERSTATE in schema ofx_tax1099_xsd Drilldown into STTAXWH in schema ofx_tax1099_xsdXSD Diagram of AdditionalStateTaxWithheldAggregate in schema ofx_tax1099_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="AdditionalStateTaxWithheldAggregate">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "ADDLSTTAXWHAGG" is of type "AdditionalStateTaxWithheldAggregate"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="STTAXWH" type="ofx:AmountType" />
        <xsd:element name="PAYERSTATE" type="ofx:StateCodeType" />
        <xsd:element name="PAYERSTID" type="ofx:IdType" minOccurs="0" />
        <xsd:element name="STINCOME" type="ofx:AmountType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
STTAXWH ofx:STTAXWH (1) (1)
PAYERSTATE ofx:PAYERSTATE (1) (1)
PAYERSTID ofx:PAYERSTID 0 (1)
STINCOME ofx:STINCOME 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:ADDLSTTAXWHAGG