Definition Type: ComplexType
Name: InvestmentStatementRequestMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractRequestMessageSet
Containing Schema: OFX3_Protocol.xsd
Abstract
Documentation:
The OFX element "INVSTMTMSGSRQV1" is of type "InvestmentStatementRequestMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into INVSTMTENDTRNRQ in schema ofx3_protocol_xsd Drilldown into INVMAILSYNCRQ in schema ofx3_protocol_xsd Drilldown into INVMAILTRNRQ in schema ofx3_protocol_xsd Drilldown into INVSTMTTRNRQ in schema ofx3_protocol_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx3_protocol_xsd Drilldown into AbstractRequestMessageSet in schema ofx3_protocol_xsdXSD Diagram of InvestmentStatementRequestMessageSetV1 in schema ofx3_protocol_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentStatementRequestMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "INVSTMTMSGSRQV1" is of type "InvestmentStatementRequestMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractRequestMessageSet">
            <xsd:choice maxOccurs="unbounded">
                <xsd:element name="INVSTMTTRNRQ" type="ofx:InvestmentStatementTransactionRequest" />
                <xsd:element name="INVMAILTRNRQ" type="ofx:InvestmentMailTransactionRequest" />
                <xsd:element name="INVMAILSYNCRQ" type="ofx:InvestmentMailSyncRequest" />
                <xsd:element name="INVSTMTENDTRNRQ" type="ofx:InvestmentStatementEndTransactionRequest" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVSTMTTRNRQ ofx:INVSTMTTRNRQ (1) (1)
INVMAILTRNRQ ofx:INVMAILTRNRQ (1) (1)
INVMAILSYNCRQ ofx:INVMAILSYNCRQ (1) (1)
INVSTMTENDTRNRQ ofx:INVSTMTENDTRNRQ (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:INVSTMTMSGSRQV1