Definition Type: ComplexType
Name: PresentmentListRequest
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillerDelivery_Messages.xsd
Abstract
Documentation:
The OFX element "PRESLISTRQ" is of type "PresentmentListRequest"
Collapse XSD Schema Diagram:
Drilldown into INCLUDESUMMARY in schema ofx_billerdelivery_messages_xsd Drilldown into INCLUDECOUNTS in schema ofx_billerdelivery_messages_xsd Drilldown into INCLUDESTATUSHIST in schema ofx_billerdelivery_messages_xsd Drilldown into INCLUDEBILLPMTSTATUS in schema ofx_billerdelivery_messages_xsd Drilldown into INCLUDEBILLSTATUS in schema ofx_billerdelivery_messages_xsd Drilldown into INCLUDEDETAIL in schema ofx_billerdelivery_messages_xsd Drilldown into NOTIFYWILLING in schema ofx_billerdelivery_messages_xsd Drilldown into BILLPMTSTATUSCODE in schema ofx_billerdelivery_messages_xsd Drilldown into BILLSTATUSCODE in schema ofx_billerdelivery_messages_xsd Drilldown into BILLTYPE in schema ofx_billerdelivery_messages_xsd Drilldown into BILLID in schema ofx_billerdelivery_messages_xsd Drilldown into BILLERID in schema ofx_billerdelivery_messages_xsd Drilldown into DTDUEBY in schema ofx_billerdelivery_messages_xsd Drilldown into DTEND in schema ofx_billerdelivery_messages_xsd Drilldown into DTSTART in schema ofx_billerdelivery_messages_xsd Drilldown into BILLPUB in schema ofx_billerdelivery_messages_xsdXSD Diagram of PresentmentListRequest in schema ofx_billerdelivery_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PresentmentListRequest">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "PRESLISTRQ" is of type "PresentmentListRequest"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BILLPUB" type="ofx:GenericNameType" />
        <xsd:element name="DTSTART" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="DTEND" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="DTDUEBY" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="BILLERID" type="ofx:IdType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="BILLID" type="ofx:IdType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="BILLTYPE" type="ofx:BillTypeEnum" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="BILLSTATUSCODE" type="ofx:BillStatusCodeEnum" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="BILLPMTSTATUSCODE" type="ofx:BillPaymentstatusCodeEnum" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="NOTIFYWILLING" type="ofx:BooleanType" />
        <xsd:element name="INCLUDEDETAIL" type="ofx:BooleanType" />
        <xsd:element name="INCLUDEBILLSTATUS" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="INCLUDEBILLPMTSTATUS" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="INCLUDESTATUSHIST" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="INCLUDECOUNTS" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="INCLUDESUMMARY" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BILLPUB ofx:BILLPUB (1) (1)
DTSTART ofx:DTSTART 0 1
DTEND ofx:DTEND 0 1
DTDUEBY ofx:DTDUEBY 0 1
BILLERID ofx:BILLERID 0 1
BILLID ofx:BILLID 0 1
BILLTYPE ofx:BILLTYPE 0 unbounded
BILLSTATUSCODE ofx:BILLSTATUSCODE 0 unbounded
BILLPMTSTATUSCODE ofx:BILLPMTSTATUSCODE 0 unbounded
NOTIFYWILLING ofx:NOTIFYWILLING (1) (1)
INCLUDEDETAIL ofx:INCLUDEDETAIL (1) (1)
INCLUDEBILLSTATUS ofx:INCLUDEBILLSTATUS 0 1
INCLUDEBILLPMTSTATUS ofx:INCLUDEBILLPMTSTATUS 0 1
INCLUDESTATUSHIST ofx:INCLUDESTATUSHIST 0 1
INCLUDECOUNTS ofx:INCLUDECOUNTS 0 1
INCLUDESUMMARY ofx:INCLUDESUMMARY 0 1
Collapse Derivation Tree:
Collapse References:
ofx:PRESLISTRQ