Definition Type: ComplexType
Name: SecurityList
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_SecuritiesList.xsd
Abstract
Documentation:
The OFX element "SECLIST" is of type "SecurityList"
Collapse XSD Schema Diagram:
Drilldown into OTHERINFO in schema ofx_securitieslist_xsd Drilldown into DEBTINFO in schema ofx_securitieslist_xsd Drilldown into OPTINFO in schema ofx_securitieslist_xsd Drilldown into STOCKINFO in schema ofx_securitieslist_xsd Drilldown into MFINFO in schema ofx_securitieslist_xsdXSD Diagram of SecurityList in schema ofx_securitieslist_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="SecurityList">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SECLIST" is of type "SecurityList"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element name="MFINFO" type="ofx:MutualFundInfo" />
            <xsd:element name="STOCKINFO" type="ofx:StockInfo" />
            <xsd:element name="OPTINFO" type="ofx:OptionInfo" />
            <xsd:element name="DEBTINFO" type="ofx:DebtInfo" />
            <xsd:element name="OTHERINFO" type="ofx:OtherInfo" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MFINFO ofx:MFINFO (1) (1)
STOCKINFO ofx:STOCKINFO (1) (1)
OPTINFO ofx:OPTINFO (1) (1)
DEBTINFO ofx:DEBTINFO (1) (1)
OTHERINFO ofx:OTHERINFO (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:SECLIST, ofx:SECLIST, ofx:SECLISTofx:SecurityList,