Definition Type: ComplexType
Name: PresentmentBillInfo
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillerDelivery.xsd
Abstract
Documentation:
The OFX element "PRESBILLINFO" is of type "PresentmentBillInfo"
Collapse XSD Schema Diagram:
Drilldown into BILLDETAILTABLE in schema ofx_billerdelivery_xsd Drilldown into DETAILAVAILABLE in schema ofx_billerdelivery_xsd Drilldown into STMNTIMAGE in schema ofx_billerdelivery_xsd Drilldown into BILLPMTSTATUS in schema ofx_billerdelivery_xsd Drilldown into BILLSTATUS in schema ofx_billerdelivery_xsd Drilldown into BILLTYPE in schema ofx_billerdelivery_xsd Drilldown into NOTIFYDESIRED in schema ofx_billerdelivery_xsd Drilldown into INVOICE in schema ofx_billerdelivery_xsd Drilldown into ACCTBAL in schema ofx_billerdelivery_xsd Drilldown into ACTIVITY in schema ofx_billerdelivery_xsd Drilldown into PREVBAL in schema ofx_billerdelivery_xsd Drilldown into DTCLOSE in schema ofx_billerdelivery_xsd Drilldown into DTOPEN in schema ofx_billerdelivery_xsd Drilldown into DTBILL in schema ofx_billerdelivery_xsd Drilldown into DTPMTDUE in schema ofx_billerdelivery_xsd Drilldown into MINAMTDUE in schema ofx_billerdelivery_xsd Drilldown into AMTDUE in schema ofx_billerdelivery_xsd Drilldown into BILLREFINFO in schema ofx_billerdelivery_xsd Drilldown into PAYEEID in schema ofx_billerdelivery_xsd Drilldown into PRESACCTFROM in schema ofx_billerdelivery_xsd Drilldown into BILLID in schema ofx_billerdelivery_xsdXSD Diagram of PresentmentBillInfo in schema ofx_billerdelivery_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PresentmentBillInfo">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "PRESBILLINFO" is of type "PresentmentBillInfo"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BILLID" type="ofx:IdType" />
        <xsd:element name="PRESACCTFROM" type="ofx:PresentmentAccount" />
        <xsd:element name="PAYEEID" type="ofx:PayeeIdType" minOccurs="0" />
        <xsd:element name="BILLREFINFO" type="ofx:BillRefInfoType" minOccurs="0" />
        <xsd:element name="AMTDUE" type="ofx:AmountType" />
        <xsd:element name="MINAMTDUE" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="DTPMTDUE" type="ofx:DateTimeType" />
        <xsd:element name="DTBILL" type="ofx:DateTimeType" />
        <xsd:element name="DTOPEN" type="ofx:DateTimeType" minOccurs="0" />
        <xsd:element name="DTCLOSE" type="ofx:DateTimeType" minOccurs="0" />
        <xsd:element name="PREVBAL" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="ACTIVITY" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="ACCTBAL" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="INVOICE" type="ofx:Invoice" minOccurs="0" />
        <xsd:element name="NOTIFYDESIRED" type="ofx:BooleanType" />
        <xsd:element name="BILLTYPE" type="ofx:BillTypeEnum" minOccurs="0" />
        <xsd:element name="BILLSTATUS" type="ofx:BillStatus" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="BILLPMTSTATUS" type="ofx:BillPaymentstatus" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="STMNTIMAGE" type="ofx:StatementImage" minOccurs="0" />
        <xsd:choice>
            <xsd:element name="DETAILAVAILABLE" type="ofx:BooleanType" />
            <xsd:element name="BILLDETAILTABLE" type="ofx:BillDetailTable" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BILLID ofx:BILLID (1) (1)
PRESACCTFROM ofx:PRESACCTFROM (1) (1)
PAYEEID ofx:PAYEEID 0 (1)
BILLREFINFO ofx:BILLREFINFO 0 (1)
AMTDUE ofx:AMTDUE (1) (1)
MINAMTDUE ofx:MINAMTDUE 0 (1)
DTPMTDUE ofx:DTPMTDUE (1) (1)
DTBILL ofx:DTBILL (1) (1)
DTOPEN ofx:DTOPEN 0 (1)
DTCLOSE ofx:DTCLOSE 0 (1)
PREVBAL ofx:PREVBAL 0 (1)
ACTIVITY ofx:ACTIVITY 0 (1)
ACCTBAL ofx:ACCTBAL 0 (1)
INVOICE ofx:INVOICE 0 (1)
NOTIFYDESIRED ofx:NOTIFYDESIRED (1) (1)
BILLTYPE ofx:BILLTYPE 0 (1)
BILLSTATUS ofx:BILLSTATUS 0 unbounded
BILLPMTSTATUS ofx:BILLPMTSTATUS 0 unbounded
STMNTIMAGE ofx:STMNTIMAGE 0 (1)
DETAILAVAILABLE ofx:DETAILAVAILABLE (1) (1)
BILLDETAILTABLE ofx:BILLDETAILTABLE (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:PRESBILLINFO