Versions Compared

Key

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

...

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<timeSeriesExportRun 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/timeSeriesExportRun.xsd">
	<export>
		<general>
			<exportType>LILA</exportType>
			<folder>$EXPORT_FOLDER$/LILA</folder>
			<exportFileName>
            <!-- configured name is not used. The file name is determined by the LILA exporter -->
				<name>lila<<name>dummy</name>
			</exportFileName>
		</general>
		<metadata>
			<comment>MODEL TEST COMMENT</comment>
		</metadata>		
		    <timeSeriesSet>
        <moduleInstanceId>ImportLILA</moduleInstanceId>
        <valueType>scalar</valueType>
        <parameterId>Q</parameterId>
        <locationId>73</locationId>
        <timeSeriesType>external historical</timeSeriesType>
        <timeStep unit="minute" multiplier="15"/>
        <readWriteMode>read complete forecast</readWriteMode>
        <synchLevel>1</synchLevel>
        <ensembleId>main</ensembleId>
        <ensembleMemberIndex>0</ensembleMemberIndex>
    </timeSeriesSet>
	</export>
</timeSeriesExportRun>

...