<!--
    File:    StatisticsResp.dtd
    Purpose: Document type definition for results of a statistics query.

    This file is a part of the WebLogic Process Integrator project,
    from the eCommerce Integration Division of BEA Systems Inc.
    8920 Woodbine Avenue, Suite 400, Markham, Ontario, Canada L3R 9W9.
    http://www.beasys.com

    Copyright (c) 2000 BEA Systems Inc.
    All rights reserved.
-->

<!ELEMENT statistics (item*)>
<!-- This definition does not reflect the fact that in a given statistics
     query all 'item' elements will have the same structure, depending on the
     'group' setting in the StatisticsQuery specification. -->
<!ELEMENT item (task, user?, number, total, average, stddev, min, max)>
<!ELEMENT task (#PCDATA)>
<!ELEMENT user (#PCDATA)>
<!ELEMENT number (#PCDATA)>
<!ELEMENT total (#PCDATA)>
<!ELEMENT average (#PCDATA)>
<!ELEMENT stddev (#PCDATA)>
<!ELEMENT min (#PCDATA)>
<!ELEMENT max (#PCDATA)>