Definition Type: ComplexType
Name: BankMailRequest
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Banking_Messages.xsd
Abstract
Documentation:
The OFX element "BANKMAILRQ" is of type "BankMailRequest"
Collapse XSD Schema Diagram:
Drilldown into MAIL in schema ofx_banking_messages_xsd Drilldown into CCACCTFROM in schema ofx_banking_messages_xsd Drilldown into BANKACCTFROM in schema ofx_banking_messages_xsdXSD Diagram of BankMailRequest in schema ofx_banking_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="BankMailRequest">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "BANKMAILRQ" is of type "BankMailRequest"
      </xsd:documentation>
    </xsd:annotation>
    <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:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BANKACCTFROM ofx:BANKACCTFROM (1) (1)
CCACCTFROM ofx:CCACCTFROM (1) (1)
MAIL ofx:MAIL (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:BANKMAILRQ