Versions Compared

Key

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

...

Code Block
languagexml
linenumberstrue
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2014 rel. 2 sp1 (http://www.altova.com) by Afdeling ICT (Stichting Deltares) -->
<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>UyUteConventional</importType>
         <serverUrl>http://sgeprd.ute.com.uy/rsge/Hidrologia/UteSis.Hidrologia.InterfazServicios.svcServiciosPublicos.svc</serverUrl>
         <!--         this field is not used, but it is necessary to be able to configure connection timout-->
         <backupServerUrl>http://sgeprd.ute.com.uy/rsge/Hidrologia/UteSis.Hidrologia.InterfazServicios.svcServiciosPublicos.svc</backupServerUrl>
         <!--         if this field is not configured, it will be set at 2000 automatically. -->          
         <connectionTimeOutMillis>1000000</connectionTimeOutMillis>
         <user>user<<user>dummy_username</user>
         <password>password<<password>dummy_password</password>
         <relativeViewPeriod unit="day" start="-5" end="1" startOverrulable="true" endOverrulable="true"/>
         <idMapId>UyUteConventionalMap</idMapId>
         <missingValue>-999.0</missingValue>
         <importTimeZone>
            <timeZoneOffset>-03:00</timeZoneOffset>
         </importTimeZone>
         <dataFeedId>UTE</dataFeedId>
         <expiryTime unit="day" multiplier="90"/>
      </general>
      <timeSeriesSet>
         <moduleInstanceId>UyUteConventional</moduleInstanceId>
         <valueType>scalar</valueType>
         <parameterId>P.obs</parameterId>
         <locationId>LocA</locationId>
         <timeSeriesType>external historical</timeSeriesType>
         <timeStep unit="nonequidistant"/>
         <readWriteMode>add originals</readWriteMode>
         <synchLevel>1</synchLevel>
      </timeSeriesSet>
      <timeSeriesSet>
         <moduleInstanceId>UyUteConventional</moduleInstanceId>
         <valueType>scalar</valueType>
         <parameterId>P.obs</parameterId>
         <locationId>LocB</locationId>
         <timeSeriesType>external historical</timeSeriesType>
         <timeStep unit="nonequidistant"/>
         <readWriteMode>add originals</readWriteMode>
         <synchLevel>1</synchLevel>
      </timeSeriesSet>
   </import>
</timeSeriesImportRun>

...