Definition Type: ComplexType
Name: PresentmentList
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillerDelivery.xsd
Abstract
Documentation:
The OFX element "PRESLIST" is of type "PresentmentList"
Collapse XSD Schema Diagram:
Drilldown into PRESBILLINFO in schema ofx_billerdelivery_xsdXSD Diagram of PresentmentList in schema ofx_billerdelivery_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PresentmentList">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "PRESLIST" is of type "PresentmentList"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="PRESBILLINFO" type="ofx:PresentmentBillInfo" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PRESBILLINFO ofx:PRESBILLINFO 0 unbounded
Collapse Derivation Tree:
Collapse References:
ofx:PRESLIST