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