Definition Type: ComplexType
Name: PayeeResponse
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractPayeeResponse
Containing Schema: OFX_BillPay_Messages.xsd
Abstract
Documentation:
The OFX element "PAYEERS" is of type "PayeeResponse"
Collapse XSD Schema Diagram:
Drilldown into PAYACCT in schema ofx_billpay_messages_xsd Drilldown into EXTDPAYEE in schema ofx_billpay_messages_xsd Drilldown into BANKACCTTO in schema ofx_billpay_messages_xsd Drilldown into PAYEE in schema ofx_billpay_messages_xsd Drilldown into PAYEELSTID in schema ofx_billpay_messages_xsd Drilldown into AbstractPayeeResponse in schema ofx_billpay_messages_xsdXSD Diagram of PayeeResponse in schema ofx_billpay_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PayeeResponse">
    <xsd:annotation>
        <xsd:documentation>
              The OFX element "PAYEERS" is of type "PayeeResponse"
            </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractPayeeResponse">
            <xsd:sequence>
                <xsd:sequence minOccurs="0">
                    <xsd:element name="PAYEE" type="ofx:Payee" />
                    <xsd:element name="BANKACCTTO" type="ofx:BankAccount" minOccurs="0" />
                </xsd:sequence>
                <xsd:element name="EXTDPAYEE" type="ofx:ExtendedPayee" minOccurs="0" />
                <xsd:element name="PAYACCT" type="ofx:IdType" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PAYEELSTID ofx:PAYEELSTID (1) (1)
PAYEE ofx:PAYEE (1) (1)
BANKACCTTO ofx:BANKACCTTO 0 (1)
EXTDPAYEE ofx:EXTDPAYEE 0 (1)
PAYACCT ofx:PAYACCT 0 unbounded
Collapse Derivation Tree:
Collapse References:
ofx:PAYEERS