Definition Type: ComplexType
Name: InvestmentPositionList
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "INVPOSLIST" is of type "InvestmentPositionList"
Collapse XSD Schema Diagram:
Drilldown into POSOTHER in schema ofx_investment_xsd Drilldown into POSOPT in schema ofx_investment_xsd Drilldown into POSDEBT in schema ofx_investment_xsd Drilldown into POSSTOCK in schema ofx_investment_xsd Drilldown into POSMF in schema ofx_investment_xsdXSD Diagram of InvestmentPositionList in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentPositionList">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "INVPOSLIST" is of type "InvestmentPositionList"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element name="POSMF" type="ofx:PositionMutualFund" />
            <xsd:element name="POSSTOCK" type="ofx:PositionStock" />
            <xsd:element name="POSDEBT" type="ofx:PositionDebt" />
            <xsd:element name="POSOPT" type="ofx:PositionOption" />
            <xsd:element name="POSOTHER" type="ofx:PositionOther" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
POSMF ofx:POSMF (1) (1)
POSSTOCK ofx:POSSTOCK (1) (1)
POSDEBT ofx:POSDEBT (1) (1)
POSOPT ofx:POSOPT (1) (1)
POSOTHER ofx:POSOTHER (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:INVPOSLIST