<xsd:complexType name="BankMailResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "BANKMAILRS" is of type "BankMailResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractMailResponse">
<xsd:sequence>
<xsd:choice>
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount" />
</xsd:choice>
<xsd:element name="MAIL" type="ofx:Mail" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|