Versions Compared

Key

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

...

The structure of the module parameter XML configuration is the same as that applied in the Published Interface format. See the relevant documentation for the definition of the schema and required configuration.

Template Module Parameter File

Since 2012.01 it is possible to add location attributes to the parameter file, using a template. Below is an example of a template.

Code Block
<parameters version="1.5" xmlns="http://www.wldelft.nl/fews/PI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews/PI http://fews.wldelft.nl/schemas/version1.0/pi-schemas/pi_modelparameters.xsd">
&nbsp;&nbsp; &nbsp;<group id="MATCHES" name="MATCHES">
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<model>ExportParams</model>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<parameter id="MATCH_ID" name="MATCH_ID">
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<description>Station used for matching</description>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<stringValue><at:var at:name="EXTLOCID" /></stringValue>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;</parameter>
&nbsp;&nbsp; &nbsp;</group>
</parameters>