Tax1097Response
OFX / Types / Tax1097Response
| # | Tag | Type |
|---|---|---|
| 1 | ACCTNUM | AccountIdType |
| 2 | SSN | GenericNameType |
| 3 | TAX1097BTC_V100 | Tax1097BTC_V100 |
Usages:
- Tax1097TransactionResponse TAX1097RS
XSD
<xsd:complexType name="Tax1097Response">
<xsd:annotation>
<xsd:documentation>
The OFX element "TAX1097RS" is of type "Tax1097Response"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ACCTNUM" type="ofx:AccountIdType" minOccurs="0"/>
<xsd:element name="SSN" type="ofx:GenericNameType" minOccurs="0"/>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="TAX1097BTC_V100" type="ofx:Tax1097BTC_V100"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>