Versions Compared

Key

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

...

Eden_Historical 1.00 default.xml

Eden_Historical

File name for the parameters for Eden_Historical.

1.00

Version number

default

Flag to indicate the version is the default configuration (otherwise omitted).

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.

...

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>@EXTLOCID@</stringValue>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;</parameter>
&nbsp;&nbsp; &nbsp;            <stringValue>@EXTLOCID@</stringValue>
        </parameter>
    </group>
</parameters>