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