Definition Type: ComplexType
Name: Balance
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "BAL" is of type "Balance"
Collapse XSD Schema Diagram:
Drilldown into CURRENCY in schema ofx_common_xsd Drilldown into DTASOF in schema ofx_common_xsd Drilldown into VALUE in schema ofx_common_xsd Drilldown into BALTYPE in schema ofx_common_xsd Drilldown into DESC in schema ofx_common_xsd Drilldown into NAME in schema ofx_common_xsdXSD Diagram of Balance in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Balance">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "BAL" is of type "Balance"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="NAME" type="ofx:GenericNameType" />
        <xsd:element name="DESC" type="ofx:ShortMessageType" />
        <xsd:element name="BALTYPE" type="ofx:BalanceEnum" />
        <xsd:element name="VALUE" type="ofx:AmountType" />
        <xsd:element name="DTASOF" type="ofx:DateTimeType" minOccurs="0" />
        <xsd:element name="CURRENCY" type="ofx:Currency" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NAME ofx:NAME (1) (1)
DESC ofx:DESC (1) (1)
BALTYPE ofx:BALTYPE (1) (1)
VALUE ofx:VALUE (1) (1)
DTASOF ofx:DTASOF 0 (1)
CURRENCY ofx:CURRENCY 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:BAL