LocalTaxWithheldAggregate
OFX / Types / LocalTaxWithheldAggregate
# | Tag | Type |
---|---|---|
1 | AMOUNT | AmountType |
2 | NAMELCL | GenericNameType |
3 | LCLDIST | AmountType |
Usages:
- Tax1099R_V100 LCLTAXWHAGG
XSD
<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>