Definition Type: SimpleType
Name: InvestmentAccountEnum
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Documentation:
The OFX element "INVESTMENTACCOUNTENUM" is of type "InvestmentAccountEnum"
Collapse XSD Schema Diagram:
XSD Diagram of InvestmentAccountEnum in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:simpleType name="InvestmentAccountEnum">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "INVESTMENTACCOUNTENUM" is of type "InvestmentAccountEnum"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:whiteSpace value="collapse" />
        <xsd:enumeration value="INDIVIDUAL" />
        <xsd:enumeration value="JOINT" />
        <xsd:enumeration value="TRUST" />
        <xsd:enumeration value="CORPORATE" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration INDIVIDUAL
Enumeration JOINT
Enumeration TRUST
Enumeration CORPORATE
Whitespace Collapse
Collapse Derivation Tree:
Collapse References:
ofx:INVACCTTYPE