Definition Type: ComplexType
Name: VestInfo
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "VESTINFO" is of type "VestInfo"
Collapse XSD Schema Diagram:
Drilldown into VESTPCT in schema ofx_investment_xsd Drilldown into VESTDATE in schema ofx_investment_xsdXSD Diagram of VestInfo in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="VestInfo">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "VESTINFO" is of type "VestInfo"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="VESTDATE" type="ofx:DateTimeType" minOccurs="0" />
        <xsd:element name="VESTPCT" type="ofx:RateType" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VESTDATE ofx:VESTDATE 0 (1)
VESTPCT ofx:VESTPCT (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:VESTINFO