<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>
|