<!--
Open Financial Exchange Specification (c)1996-2003 ("Specification") by all of its publishers:
CheckFree Corp., Intuit Inc., and Microsoft Corporation. All rights reserved.
Revision History:
Version Date Editor Email Addr Short Description
p18 2002-02-11 altenburgd@businesslogic.com Initial revision
p21 2002-03-17 altenburgd@businesslogic.com Changed elementFormDefault to "unqualified"
Changed namespace to "http://ofx.net/types/2003/04"
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="unqualified"
xmlns:ofx="http://ofx.net/types/2003/04"
targetNamespace="http://ofx.net/types/2003/04">
<xsd:include schemaLocation = "OFX_Email.xsd" />
<xsd:complexType name="GetMimeRequest">
<xsd:annotation>
<xsd:documentation>
The OFX element "GETMIMERQ" is of type "GetMimeRequest"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="URL" type="ofx:UrlType" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="GetMimeResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "GETMIMERS" is of type "GetMimeResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="URL" type="ofx:UrlType" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="MailRequest">
<xsd:annotation>
<xsd:documentation>
The OFX element "MAILRQ" is of type "MailRequest"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="MAIL" type="ofx:Mail" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="MailResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "MAILRS" is of type "MailResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="MAIL" type="ofx:Mail" />
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
|