Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Qualifiers are defined in the regionConfigFiles directory. An  When available on the file system, the name of the XML file is for example:

Parameters 1.00 default.xml

 An example looks like:

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<qualifiers xmlns="http://www.wldelft.nl/fews"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/qualifiers.xsd">
  <qualifier id="min" name="min">
    <description>minimum</description>
  </qualifier>
  <qualifier id="max" name="max">
    <description>maximum</description>
  </qualifier>
</qualifiers>

...