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>
		<!--Bayern-->
		<general>
			<importType>Bayern<<importType>IFKIS</importType>
			<folder>$IMPORT_FOLDER_BAYERN$<IFKIS$</folder>
			<failedFolder>$IMPORT_FOLDER_BAYERN$<IFKIS$</failedFolder>
			<backupFolder>$IMPORT_FOLDER_BAYERN$<IFKIS$</backupFolder>
			<idMapId>IdImportBayern</idMapId>
			<unitConversionsId>ImportKNMIUnits</unitConversionsId>
			<importTimeZone>
				<!--EPS is in GMT-->
				<timeZoneOffset>+0001:00</timeZoneOffset>
			</importTimeZone>
			<dataFeedId>KNMI<dataFeedId>IFKIS-EPS<DF</dataFeedId>
			<reportChangedValues>true</reportChangedValues>
		</general>
		<timeSeriesSet>
			<moduleInstanceId>ImportKNMI<<moduleInstanceId>ImportIFKIS</moduleInstanceId>
			<valueType>scalar</valueType>
			<parameterId>P.voorsp.ens<<parameterId>P</parameterId>
			<locationSetId>KNMI<locationSetId>IFKIS-EPS<LOCS</locationSetId>
			<timeSeriesType>external forecasting<historical</timeSeriesType>
			<timeStep unit="hour" multiplier="1"/>
			<readWriteMode>add originals</readWriteMode>
			<synchLevel>1</synchLevel>
			<expiryTime unit="day"/>
			<ensembleId>EPS</ensembleId>
		</timeSeriesSet>

                    .
                    .
                    .


	</import>
</timeSeriesImportRun>

...