<xsd:complexType name="Tax1099Response">
<xsd:annotation>
<xsd:documentation>
The OFX element "TAX1099RS" is of type "Tax1099Response"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ACCTNUM" type="ofx:AccountIdType" minOccurs="0" />
<xsd:element name="RECID" type="ofx:IdType" minOccurs="0" />
<xsd:choice maxOccurs="unbounded">
<xsd:element name="TAX1099MISC_V100" type="ofx:Tax1099MISC_V100" />
<xsd:element name="TAX1099R_V100" type="ofx:Tax1099R_V100" />
<xsd:element name="TAX1099B_V100" type="ofx:Tax1099B_V100" />
<xsd:element name="TAX1099INT_V100" type="ofx:Tax1099INT_V100" />
<xsd:element name="TAX1099DIV_V100" type="ofx:Tax1099DIV_V100" />
<xsd:element name="TAX1099OID_V100" type="ofx:Tax1099OID_V100" />
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|