<xsd:complexType name="PresentmentMailSyncRequest">
<xsd:annotation>
<xsd:documentation>
The OFX element "PRESMAILSYNCRQ" is of type "PresentmentMailSyncRequest"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractSyncRequest">
<xsd:sequence>
<xsd:element name="INCIMAGES" type="ofx:BooleanType" />
<xsd:element name="USEHTML" type="ofx:BooleanType" />
<xsd:element name="PRESACCTFROM" type="ofx:PresentmentAccount" />
<xsd:element name="PRESMAILTRNRQ" type="ofx:PresentmentMailTransactionRequest" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|