Definition Type: ComplexType
Name: Invoice
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "INVOICE" is of type "Invoice"
Collapse XSD Schema Diagram:
Drilldown into LINEITEM in schema ofx_common_xsd Drilldown into ADJUSTMENT in schema ofx_common_xsd Drilldown into DISCOUNT in schema ofx_common_xsd Drilldown into INVDESC in schema ofx_common_xsd Drilldown into INVDATE in schema ofx_common_xsd Drilldown into INVPAIDAMT in schema ofx_common_xsd Drilldown into INVTOTALAMT in schema ofx_common_xsd Drilldown into INVNO in schema ofx_common_xsdXSD Diagram of Invoice in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Invoice">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "INVOICE" is of type "Invoice"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="INVNO" type="ofx:InvestmentNumberType" />
        <xsd:element name="INVTOTALAMT" type="ofx:AmountType" />
        <xsd:element name="INVPAIDAMT" type="ofx:AmountType" />
        <xsd:element name="INVDATE" type="ofx:DateTimeType" />
        <xsd:element name="INVDESC" type="ofx:ShortMessageType" />
        <xsd:element name="DISCOUNT" type="ofx:Discount" minOccurs="0" />
        <xsd:element name="ADJUSTMENT" type="ofx:Adjustment" minOccurs="0" />
        <xsd:element name="LINEITEM" type="ofx:LineItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVNO ofx:INVNO (1) (1)
INVTOTALAMT ofx:INVTOTALAMT (1) (1)
INVPAIDAMT ofx:INVPAIDAMT (1) (1)
INVDATE ofx:INVDATE (1) (1)
INVDESC ofx:INVDESC (1) (1)
DISCOUNT ofx:DISCOUNT 0 (1)
ADJUSTMENT ofx:ADJUSTMENT 0 (1)
LINEITEM ofx:LINEITEM 0 unbounded
Collapse Derivation Tree:
Collapse References:
ofx:INVOICE, ofx:INVOICE