XSD
<xsd:complexType name="TaxW2Response">
<xsd:annotation>
<xsd:documentation>The OFX element "TAXW2RS" is of type "TaxW2Response"</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="SSN" type="ofx:GenericNameType" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="TAXW2_V100" type="ofx:TaxW2_V100"/>
<xsd:element name="TAXW2_V200" type="ofx:TaxW2_V200"/>
<xsd:element name="TAXW2C_V200" type="ofx:TaxW2C_V200"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>