Definition Type: ComplexType
Name: BillPayRequestMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractRequestMessageSet
Containing Schema: OFX3_Protocol.xsd
Abstract
Documentation:
The OFX element "BILLPAYMSGSRQV1" is of type "BillPayRequestMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into PMTMAILSYNCRQ in schema ofx3_protocol_xsd Drilldown into RECPMTSYNCRQ in schema ofx3_protocol_xsd Drilldown into PMTSYNCRQ in schema ofx3_protocol_xsd Drilldown into PMTMAILTRNRQ in schema ofx3_protocol_xsd Drilldown into PMTINQTRNRQ in schema ofx3_protocol_xsd Drilldown into RECPMTTRNRQ in schema ofx3_protocol_xsd Drilldown into PMTTRNRQ in schema ofx3_protocol_xsd Drilldown into PAYEESYNCRQ in schema ofx3_protocol_xsd Drilldown into PAYEETRNRQ in schema ofx3_protocol_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx3_protocol_xsd Drilldown into AbstractRequestMessageSet in schema ofx3_protocol_xsdXSD Diagram of BillPayRequestMessageSetV1 in schema ofx3_protocol_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="BillPayRequestMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "BILLPAYMSGSRQV1" is of type "BillPayRequestMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractRequestMessageSet">
            <xsd:sequence>
                <xsd:choice minOccurs="0" maxOccurs="unbounded">
                    <xsd:element name="PAYEETRNRQ" type="ofx:PayeeTransactionRequest" />
                    <xsd:element name="PAYEESYNCRQ" type="ofx:PayeeSyncRequest" />
                </xsd:choice>
                <xsd:choice minOccurs="0" maxOccurs="unbounded">
                    <xsd:element name="PMTTRNRQ" type="ofx:PaymentTransactionRequest" />
                    <xsd:element name="RECPMTTRNRQ" type="ofx:RecurringPaymentTransactionRequest" />
                    <xsd:element name="PMTINQTRNRQ" type="ofx:PaymentInquiryTransactionRequest" />
                    <xsd:element name="PMTMAILTRNRQ" type="ofx:PaymentMailTransactionRequest" />
                    <xsd:element name="PMTSYNCRQ" type="ofx:PaymentSyncRequest" />
                    <xsd:element name="RECPMTSYNCRQ" type="ofx:RecurringPaymentSyncRequest" />
                    <xsd:element name="PMTMAILSYNCRQ" type="ofx:PaymentMailSyncRequest" />
                </xsd:choice>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PAYEETRNRQ ofx:PAYEETRNRQ (1) (1)
PAYEESYNCRQ ofx:PAYEESYNCRQ (1) (1)
PMTTRNRQ ofx:PMTTRNRQ (1) (1)
RECPMTTRNRQ ofx:RECPMTTRNRQ (1) (1)
PMTINQTRNRQ ofx:PMTINQTRNRQ (1) (1)
PMTMAILTRNRQ ofx:PMTMAILTRNRQ (1) (1)
PMTSYNCRQ ofx:PMTSYNCRQ (1) (1)
RECPMTSYNCRQ ofx:RECPMTSYNCRQ (1) (1)
PMTMAILSYNCRQ ofx:PMTMAILSYNCRQ (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:BILLPAYMSGSRQV1