<xsd:complexType name="BankMailTransactionResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "BANKMAILTRNRS" is of type "BankMailTransactionResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractTransactionResponse">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="BANKMAILRS" type="ofx:BankMailResponse" />
<xsd:element name="CHKMAILRS" type="ofx:CheckMailResponse" />
<xsd:element name="DEPMAILRS" type="ofx:DepositMailResponse" />
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|