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