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