Definition Type: ComplexType
Name: StockInfo
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractSecurityInfo
Containing Schema: OFX_SecuritiesList.xsd
Abstract False
Documentation:
The OFX element "STOCKINFO" is of type "StockInfo"
Collapse XSD Schema Diagram:
Drilldown into FIASSETCLASS Drilldown into ASSETCLASS Drilldown into DTYIELDASOF Drilldown into YIELD Drilldown into STOCKTYPE Drilldown into SECINFO Drilldown into AbstractSecurityInfoXSD Diagram of StockInfo
Collapse XSD Schema Code:
<xsd:complexType name="StockInfo">
    <xsd:annotation>
        <xsd:documentation>

        The OFX element "STOCKINFO" is of type "StockInfo"

      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractSecurityInfo">
            <xsd:sequence>
                <xsd:element name="STOCKTYPE" type="ofx:StockEnum" minOccurs="0" />
                <xsd:element name="YIELD" type="ofx:RateType" minOccurs="0" />
                <xsd:element name="DTYIELDASOF" type="ofx:DateTimeType" minOccurs="0" />
                <xsd:element name="ASSETCLASS" type="ofx:AssetClassEnum" minOccurs="0" />
                <xsd:element name="FIASSETCLASS" type="ofx:GenericNameType" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SECINFO ofx:SECINFO (1) (1)
STOCKTYPE ofx:STOCKTYPE 0 (1)
YIELD ofx:YIELD 0 (1)
DTYIELDASOF ofx:DTYIELDASOF 0 (1)
ASSETCLASS ofx:ASSETCLASS 0 (1)
FIASSETCLASS ofx:FIASSETCLASS 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:STOCKINFO
Collapse Comments:
blog comments powered by Disqus