Versions Compared

Key

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

...

The CustomFlagSources can be used to define custom flag sources. This can be usefull useful when the hard-coded flag sources are not sufficientnot sufficient. 

Configuration

When available on the file system, the name of the XML file is for example:

...

Below a configuration example

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<customFlagSources 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/customFlagSources.xsd">
	<customFlagSource id="10DF" flag="100" />
	<customFlagSource id="10UR" flag="101" />
	<customFlagSource id="20DF" flag="102" />
	<customFlagSource id="20UR" flag="103" />
	<customFlagSource id="50DF" flag="104" />
	<customFlagSource id="50UR" flag="105" />
	<customFlagSource id="CDF" flag="106" />
	<customFlagSource id="CUR" flag="107" />
</customFlagSources>