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