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"?>
<timeSeriesImportRun 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/timeSeriesImportRun.xsd">
    <import>
        <general>
            <importType>OSHDAsciiGrid</importType>
            <folder>$IMPORT_FOLDER_ROOT$/SWE</folder>
            <idMapId>IdImportSWEAsc</idMapId>
            <geoDatum>CH1903</geoDatum>
        </general>
        <timeSeriesSet>
            <moduleInstanceId>ImportSWE</moduleInstanceId>
            <valueType>grid</valueType>
            <parameterId>SWE.fh</parameterId>
            <locationId>Swissix</locationId>
            <timeSeriesType>external forecasting</timeSeriesType>
            <timeStep unit="hour" multiplier="1"/>
            <readWriteMode>add originals</readWriteMode>
        </timeSeriesSet>
    </import>
</timeSeriesImportRun>