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