Definition Type: ComplexType
Name: ExtendedPayment
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillPay.xsd
Abstract
Documentation:
The OFX element "EXTDPMT" is of type "ExtendedPayment"
Collapse XSD Schema Diagram:
Drilldown into EXTDPMTINV in schema ofx_billpay_xsd Drilldown into EXTDPMTINV in schema ofx_billpay_xsd Drilldown into EXTDPMTDSC in schema ofx_billpay_xsd Drilldown into EXTDPMTCHK in schema ofx_billpay_xsd Drilldown into EXTDPMTFOR in schema ofx_billpay_xsdXSD Diagram of ExtendedPayment in schema ofx_billpay_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="ExtendedPayment">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "EXTDPMT" is of type "ExtendedPayment"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="EXTDPMTFOR" type="ofx:ExtendedPaymentForEnum" minOccurs="0" maxOccurs="1" />
        <xsd:element name="EXTDPMTCHK" type="ofx:ExtType" minOccurs="0" maxOccurs="1" />
        <xsd:choice>
            <xsd:sequence>
                <xsd:element name="EXTDPMTDSC" type="ofx:MessageType" />
                <xsd:element name="EXTDPMTINV" type="ofx:ExtendedPaymentInvoice" minOccurs="0" maxOccurs="1" />
            </xsd:sequence>
            <xsd:element name="EXTDPMTINV" type="ofx:ExtendedPaymentInvoice" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EXTDPMTFOR ofx:EXTDPMTFOR 0 1
EXTDPMTCHK ofx:EXTDPMTCHK 0 1
EXTDPMTDSC ofx:EXTDPMTDSC (1) (1)
EXTDPMTINV ofx:EXTDPMTINV 0 1
EXTDPMTINV ofx:EXTDPMTINV (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:EXTDPMT