Definition Type: ComplexType
Name: InvestmentOpenOrderList
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "INVOOLIST" is of type "InvestmentOpenOrderList"
Collapse XSD Schema Diagram:
Drilldown into SWITCHMF in schema ofx_investment_xsd Drilldown into OOSELLSTOCK in schema ofx_investment_xsd Drilldown into OOSELLOTHER in schema ofx_investment_xsd Drilldown into OOSELLOPT in schema ofx_investment_xsd Drilldown into OOSELLMF in schema ofx_investment_xsd Drilldown into OOSELLDEBT in schema ofx_investment_xsd Drilldown into OOBUYSTOCK in schema ofx_investment_xsd Drilldown into OOBUYOTHER in schema ofx_investment_xsd Drilldown into OOBUYOPT in schema ofx_investment_xsd Drilldown into OOBUYMF in schema ofx_investment_xsd Drilldown into OOBUYDEBT in schema ofx_investment_xsdXSD Diagram of InvestmentOpenOrderList in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentOpenOrderList">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "INVOOLIST" is of type "InvestmentOpenOrderList"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element name="OOBUYDEBT" type="ofx:OpenOrderBuyDebt" />
            <xsd:element name="OOBUYMF" type="ofx:OpenOrderBuyMutualFund" />
            <xsd:element name="OOBUYOPT" type="ofx:OpenOrderBuyOption" />
            <xsd:element name="OOBUYOTHER" type="ofx:OpenOrderBuyOther" />
            <xsd:element name="OOBUYSTOCK" type="ofx:OpenOrderBuyStock" />
            <xsd:element name="OOSELLDEBT" type="ofx:OpenOrderSellDebt" />
            <xsd:element name="OOSELLMF" type="ofx:OpenOrderSellMutualFund" />
            <xsd:element name="OOSELLOPT" type="ofx:OpenOrderSellOption" />
            <xsd:element name="OOSELLOTHER" type="ofx:OpenOrderSellOther" />
            <xsd:element name="OOSELLSTOCK" type="ofx:OpenOrderSellStock" />
            <xsd:element name="SWITCHMF" type="ofx:OpenOrderSwitchMutualFund" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OOBUYDEBT ofx:OOBUYDEBT (1) (1)
OOBUYMF ofx:OOBUYMF (1) (1)
OOBUYOPT ofx:OOBUYOPT (1) (1)
OOBUYOTHER ofx:OOBUYOTHER (1) (1)
OOBUYSTOCK ofx:OOBUYSTOCK (1) (1)
OOSELLDEBT ofx:OOSELLDEBT (1) (1)
OOSELLMF ofx:OOSELLMF (1) (1)
OOSELLOPT ofx:OOSELLOPT (1) (1)
OOSELLOTHER ofx:OOSELLOTHER (1) (1)
OOSELLSTOCK ofx:OOSELLSTOCK (1) (1)
SWITCHMF ofx:SWITCHMF (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:INVOOLIST