----------------------------------------------------------------------

ELOQUENCE B.07.00 - patch 0305050

----------------------------------------------------------------------

This provides an enhanced version of the schema processor
as released with Eloquence B.07.00. This patch will be integrated 
in the Eloquence B.07.00 release.

Eloquence B.07.00 must be installed before applying this patch.

Severity:
 PE70-0305050: ENHANCEMENT


Fixed problems:
---------------

Platforms: All

* The schema processor has been enhanced to be more consistent
  on warning and error messages. Each message now specifies if
  a message is either en error error or warning message. 
  Warning messages are output with a message id that could be 
  used with the -w option to selectively suppress the warning 
  message.

  The new -w command line option allows to suppress the output
  of specific warning messages. 

  -w id[,..]

  The -w option expects a list of warning message ids, separated 
  by comma. The specified warning is then suppressed.

  For example: 
  
  When unrefenced items are present in a schema definition, the
  schema processor did output the following warning message
  and list all unreferenced item names.

  *** Unreferenced items:

  The message has been changed to:
  
  *** (WARNING #11) Unreferenced items:

  When the command line option -w11 is specified, the message is
  suppressed.


Installation:
-------------

UNIX:

In order to install this patch, you need to unpack it with gzip.
Gzip is included with HP-UX and Linux.
Installation requires root privileges.

cd /opt/eloquence6
gzip -dc /path/to/PE70-0305050-hpux.tar.gz | tar xf -

Files:

   bin/schema
   share/doc/PE70-0305050-README


Windows:

Download the PE70-0305050-win32.zip file and unpack its contents
with WinZip or PKUNZIP.
Installation requires administrative capabilities.

Please copy the schema.exe file into the bin subdirectory of your
Eloquence installation (for example C:\Programs\Eloquence\bin).

Please copy the PE70-0305050-README.txt file into the share\doc
subdirectory of your Eloquence installation (for example
C:\Programs\Eloquence\share\doc).

Files:

   schema.exe
   PE70-0305050-README.txt