<xsd:complexType name="Mail">
<xsd:annotation>
<xsd:documentation>
The OFX element "MAIL" is of type "Mail"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="USERID" type="ofx:IdType" />
<xsd:element name="DTCREATED" type="ofx:DateTimeType" />
<xsd:element name="FROM" type="ofx:GenericNameType" />
<xsd:element name="TO" type="ofx:GenericNameType" />
<xsd:element name="SUBJECT" type="ofx:SubjectType" />
<xsd:element name="MSGBODY" type="ofx:MessageBodyType" />
<xsd:element name="INCIMAGES" type="ofx:BooleanType" />
<xsd:element name="USEHTML" type="ofx:BooleanType" />
</xsd:sequence>
</xsd:complexType>
|