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