<xsd:complexType name="PresentmentListResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "PRESLISTRS" is of type "PresentmentListResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="BILLPUB" type="ofx:GenericNameType" />
<xsd:element name="USERID" type="ofx:IdType" />
<xsd:element name="DTSTART" type="ofx:DateTimeType" />
<xsd:element name="DTEND" type="ofx:DateTimeType" />
<xsd:element name="PRESLIST" type="ofx:PresentmentList" minOccurs="0" maxOccurs="1" />
<xsd:element name="PRESCOUNTS" type="ofx:PresentmentCounts" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|