Definition Type: ComplexType
Name: PaymentMailRequest
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillPay_Messages.xsd
Abstract
Documentation:
The OFX element "PMTMAILRQ" is of type "PaymentMailRequest"
Collapse XSD Schema Diagram:
Drilldown into PMTINFO in schema ofx_billpay_messages_xsd Drilldown into SRVRTID in schema ofx_billpay_messages_xsd Drilldown into MAIL in schema ofx_billpay_messages_xsdXSD Diagram of PaymentMailRequest in schema ofx_billpay_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentMailRequest">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "PMTMAILRQ" is of type "PaymentMailRequest"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="MAIL" type="ofx:Mail" />
        <xsd:sequence minOccurs="0">
            <xsd:element name="SRVRTID" type="ofx:ServerIdType" />
            <xsd:element name="PMTINFO" type="ofx:PaymentInfo" />
        </xsd:sequence>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MAIL ofx:MAIL (1) (1)
SRVRTID ofx:SRVRTID (1) (1)
PMTINFO ofx:PMTINFO (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:PMTMAILRQ