AbstractTaxForm1097Type
OFX / Types / AbstractTaxForm1097Type
| # | Tag | Type |
|---|---|---|
| 1 | SRVRTID | ServerIdType |
| 2 | TAXYEAR | YearType |
| 3 | VOID | BooleanType |
| 4 | CORRECTED | BooleanType |
XSD
<xsd:complexType name="AbstractTaxForm1097Type" abstract="true">
<xsd:sequence>
<xsd:element name="SRVRTID" type="ofx:ServerIdType"/>
<xsd:element name="TAXYEAR" type="ofx:YearType"/>
<xsd:element name="VOID" type="ofx:BooleanType" minOccurs="0"/>
<xsd:element name="CORRECTED" type="ofx:BooleanType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>