XSD
<xsd:complexType name="TaxPDFTransactionRequest">
<xsd:annotation>
<xsd:documentation>The OFX element "TAXPDFTRNRQ" is of type "TaxPDFTransactionRequest"</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="TRNUID" type="ofx:GloballyUniqueUserIdType"/>
<xsd:element name="CLTCOOKIE" type="ofx:IdType" minOccurs="0"/>
<xsd:element name="TAN" type="ofx:TransactionAuthorizationNumberType" minOccurs="0"/>
<xsd:element name="OFXEXTENSION" type="ofx:OFXExtensionType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="TAXPDFRQ" type="ofx:TaxPDFRequest"/>
</xsd:sequence>
</xsd:complexType>