Definition Type: ComplexType
Name: InvestmentStatementResponseMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractResponseMessageSet
Containing Schema: OFX3_Protocol_dotNET.xsd
Abstract
Documentation:
The OFX element "INVSTMTMSGSRSV1" is of type "InvestmentStatementResponseMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into INVSTMTENDRS in schema ofx3_protocol_dotnet_xsd Drilldown into INVMAILSYNCRS in schema ofx3_protocol_dotnet_xsd Drilldown into INVMAILTRNRS in schema ofx3_protocol_dotnet_xsd Drilldown into INVSTMTTRNRS in schema ofx3_protocol_dotnet_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx3_protocol_dotnet_xsd Drilldown into AbstractResponseMessageSet in schema ofx3_protocol_dotnet_xsdXSD Diagram of InvestmentStatementResponseMessageSetV1 in schema ofx3_protocol_dotnet_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentStatementResponseMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "INVSTMTMSGSRSV1" is of type "InvestmentStatementResponseMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractResponseMessageSet">
            <xsd:choice maxOccurs="unbounded">
                <xsd:element name="INVSTMTTRNRS" type="ofx:InvestmentStatementTransactionResponse" />
                <xsd:element name="INVMAILTRNRS" type="ofx:InvestmentMailTransactionResponse" />
                <xsd:element name="INVMAILSYNCRS" type="ofx:InvestmentMailSyncResponse" />
                <xsd:element name="INVSTMTENDRS" type="ofx:InvestmentStatementEndResponse" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVSTMTTRNRS ofx:INVSTMTTRNRS (1) (1)
INVMAILTRNRS ofx:INVMAILTRNRS (1) (1)
INVMAILSYNCRS ofx:INVMAILSYNCRS (1) (1)
INVSTMTENDRS ofx:INVSTMTENDRS (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:INVSTMTMSGSRSV1