Definition Type: ComplexType
Name: BuyStock
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentBuyTransaction
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "BUYSTOCK" is of type "BuyStock"
Collapse XSD Schema Diagram:
Drilldown into BUYTYPE in schema ofx_investment_xsd Drilldown into INVBUY in schema ofx_investment_xsd Drilldown into AbstractInvestmentTransactionBase in schema ofx_investment_xsd Drilldown into AbstractInvestmentBuyTransaction in schema ofx_investment_xsdXSD Diagram of BuyStock in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="BuyStock">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "BUYSTOCK" is of type "BuyStock"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentBuyTransaction">
            <xsd:sequence>
                <xsd:element name="BUYTYPE" type="ofx:BuyEnum" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVBUY ofx:INVBUY (1) (1)
BUYTYPE ofx:BUYTYPE (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:BUYSTOCK