Definition Type: ComplexType
Name: EmailResponseMessageSetV1
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractResponseMessageSet
Containing Schema: OFX2_Protocol.xsd
Abstract
Documentation:
The OFX element "EMAILMSGSRSV1" is of type "EmailResponseMessageSetV1"
Collapse XSD Schema Diagram:
Drilldown into GETMIMETRNRS in schema ofx2_protocol_xsd Drilldown into MAILSYNCRS in schema ofx2_protocol_xsd Drilldown into MAILTRNRS in schema ofx2_protocol_xsd Drilldown into AbstractTopLevelMessageSet in schema ofx2_protocol_xsd Drilldown into AbstractResponseMessageSet in schema ofx2_protocol_xsdXSD Diagram of EmailResponseMessageSetV1 in schema ofx2_protocol_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="EmailResponseMessageSetV1">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "EMAILMSGSRSV1" is of type "EmailResponseMessageSetV1"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractResponseMessageSet">
            <xsd:choice minOccurs="1" maxOccurs="unbounded">
                <xsd:element name="MAILTRNRS" type="ofx:MailTransactionResponse" />
                <xsd:element name="MAILSYNCRS" type="ofx:MailSyncResponse" />
                <xsd:element name="GETMIMETRNRS" type="ofx:GetMimeTransactionResponse" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MAILTRNRS ofx:MAILTRNRS (1) (1)
MAILSYNCRS ofx:MAILSYNCRS (1) (1)
GETMIMETRNRS ofx:GETMIMETRNRS (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:EMAILMSGSRSV1