<xsd:complexType name="InvestmentAccountInfo">
<xsd:annotation>
<xsd:documentation>
The OFX element "INVACCTINFO" is of type "InvestmentAccountInfo"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractAccountInfo">
<xsd:sequence>
<xsd:element name="INVACCTFROM" type="ofx:InvestmentAccount" />
<xsd:element name="USPRODUCTTYPE" type="ofx:UsProductEnum" />
<xsd:element name="CHECKING" type="ofx:BooleanType" />
<xsd:element name="SVCSTATUS" type="ofx:ServiceStatusEnum" />
<xsd:element name="INVACCTTYPE" type="ofx:InvestmentAccountEnum" minOccurs="0" />
<xsd:element name="OPTIONLEVEL" type="ofx:OptionLevelType" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|