Definition Type: ComplexType
Name: BuyMutualFund
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentBuyTransaction
Containing Schema: OFX_Investment.xsd
Abstract False
Documentation:
The OFX element "BUYMF" is of type "BuyMutualFund"
Collapse XSD Schema Diagram:
Drilldown into RELFITID Drilldown into BUYTYPE Drilldown into INVBUY Drilldown into AbstractInvestmentTransactionBase Drilldown into AbstractInvestmentBuyTransactionXSD Diagram of BuyMutualFund
Collapse XSD Schema Code:
<xsd:complexType name="BuyMutualFund">
    <xsd:annotation>
        <xsd:documentation>

        The OFX element "BUYMF" is of type "BuyMutualFund"

      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentBuyTransaction">
            <xsd:sequence>
                <xsd:element name="BUYTYPE" type="ofx:BuyEnum" />
                <xsd:element name="RELFITID" type="ofx:FinancialInstitutionTransactionIdType" minOccurs="0" />
            </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)
RELFITID ofx:RELFITID 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:BUYMF
Collapse Comments:
blog comments powered by Disqus