Definition Type: ComplexType
Name: Adjustment
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "ADJUSTMENT" is of type "Adjustment"
Collapse XSD Schema Diagram:
Drilldown into ADJDATE in schema ofx_common_xsd Drilldown into ADJAMT in schema ofx_common_xsd Drilldown into ADJDESC in schema ofx_common_xsd Drilldown into ADJNO in schema ofx_common_xsdXSD Diagram of Adjustment in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Adjustment">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "ADJUSTMENT" is of type "Adjustment"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ADJNO" type="ofx:InvestmentNumberType" minOccurs="0" />
        <xsd:element name="ADJDESC" type="ofx:ShortMessageType" />
        <xsd:element name="ADJAMT" type="ofx:AmountType" />
        <xsd:element name="ADJDATE" type="ofx:DateTimeType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ADJNO ofx:ADJNO 0 (1)
ADJDESC ofx:ADJDESC (1) (1)
ADJAMT ofx:ADJAMT (1) (1)
ADJDATE ofx:ADJDATE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:ADJUSTMENT