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