Definition Type: ComplexType
Name: EmailRequestMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractRequestMessageSet
Containing Schema: OFX3_Protocol_dotNET.xsd
Abstract
Documentation:
The OFX element "EMAILMSGSRQV1" is of type "EmailRequestMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into GETMIMETRNRQ in schema ofx3_protocol_dotnet_xsd Drilldown into MAILSYNCRQ in schema ofx3_protocol_dotnet_xsd Drilldown into MAILTRNRQ in schema ofx3_protocol_dotnet_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx3_protocol_dotnet_xsd Drilldown into AbstractRequestMessageSet in schema ofx3_protocol_dotnet_xsdXSD Diagram of EmailRequestMessageSetV1 in schema ofx3_protocol_dotnet_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="EmailRequestMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "EMAILMSGSRQV1" is of type "EmailRequestMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractRequestMessageSet">
            <xsd:choice maxOccurs="unbounded">
                <xsd:element name="MAILTRNRQ" type="ofx:MailTransactionRequest" />
                <xsd:element name="MAILSYNCRQ" type="ofx:MailSyncRequest" />
                <xsd:element name="GETMIMETRNRQ" type="ofx:GetMimeTransactionRequest" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MAILTRNRQ ofx:MAILTRNRQ (1) (1)
MAILSYNCRQ ofx:MAILSYNCRQ (1) (1)
GETMIMETRNRQ ofx:GETMIMETRNRQ (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:EMAILMSGSRQV1