Versions Compared

Key

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

...

Code Block
xml
xml
titleExample of script configuration
<?xml version="1.0" encoding="UTF-8"?>
<script xmlns="http://localhost" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://localhost xml-schemas/script_config.xsd">
   <title>storm surge March 12</title>
   <timeZone>GMT<<timeZone>
      <name>GMT</name>
   </timeZone>
   <dataStart date="2008-03-12" time="04:00:00"/>
   <scriptStart date="2011-01-01" time="06:00:00"/>
   <scriptStop date="2011-01-01" time="20:00:00"/>
   <stories>
      <inbox>
         <title>inbox</title>
         <frame>
            <title lang="NL">Start zitting</title>
            <title lang="EN">Session start</title>
            <start date="2011-01-01" time="06:00:05"/>
            <popup>true</popup>
            <file lang="NL">start_zitting_NL.txt</file>
            <file lang="EN">start_zitting_EN.txt</file>
         </frame>
         <frame>
            <title lang="NL">KNMI weeranalyse 12 maart, 0:00 uur</title>
            <title lang="EN">KNMI analysis March 12, 12:00 midnight</title>
            <start date="2011-01-01" time="06:00:05"/>
            <popup>false</popup>
            <file lang="NL">weerkaart_12maart_00uur.pdf</file>
            <file lang="EN">weerkaart_12maart_00uur.pdf</file>
         </frame>
         <frame>
            <title lang="NL">KNMI run 11 maart, 12:00 uur</title>
            <title lang="EN">KNMI run March 11, 12:00 noon</title>
            <start date="2011-01-01" time="06:00:05"/>
            <popup>false</popup>
            <file lang="NL">windveld_11maart_12uur.pdf</file>
            <file lang="EN">windveld_11maart_12uur.pdf</file>
         </frame>
         <frame>
            <title lang="NL">Opdracht 1</title>
            <title lang="EN">Exercise 1</title>
            <start date="2011-01-01" time="06:11:00"/>
            <popup>true</popup>
            <file lang="NL">opdracht1_NL.txt</file>
            <file lang="EN">opdracht1_EN.txt</file>
         </frame>
      </inbox>
      <story>
         <title>KNMI</title>
         <frame>
            <title lang="NL">Telefoon</title>
            <title lang="EN">Telephone call</title>
            <start date="2011-01-01" time="06:10:00"/>
            <popup>true</popup>
            <file lang="NL">telefoon_knmi_bericht1_NL.txt</file>
            <file lang="EN">telefoon_knmi_bericht1_EN.txt</file>
         </frame>
      </story>
      <story>
         <title>HMCZ</title>
         <frame>
            <title lang="NL">Telefoon</title>
            <title lang="EN">Telephone call</title>
            <start date="2011-01-01" time="06:11:00"/>
            <popup>false</popup>
            <file lang="NL">telefoon_hmcz_bericht1_NL.txt</file>
            <file lang="EN">telefoon_hmcz_bericht1_EN.txt</file>
         </frame>
      </story>
      <story>
         <title>HMCN</title>
         <frame>
            <title lang="NL">Telefoon</title>
            <title lang="EN">Telephone call</title>
            <start date="2011-01-01" time="07:36:00"/>
            <popup>false</popup>
            <file lang="NL">telefoon_hmcn_bericht1_NL.txt</file>
            <file lang="EN">telefoon_hmcn_bericht1_EN.txt</file>
         </frame>
      </story>
   </stories>
   <forecastTable>
      <header>
         <column id="sector">sector</column>
         <column id="station">station</column>
         <column id="astro_date" lang="NL">datum</column>
         <column id="astro_date" lang="EN">date</column>
         <column id="astro_time" lang="NL">tijd astro HW</column>
         <column id="astro_time" lang="EN">time astro high tide</column>
         <column id="astro_level" unit="cm" isExport="true" exportName="H.tidal.astronomic" lang="NL">astro waterstand</column>
         <column id="astro_level" unit="cm" isExport="true" exportName="H.tidal.astronomic" lang="EN">astro water level</column>
         <column id="svsd_forecast" unit="cm" isEditable="true" exportName="H.tidal.peak" lang="NL">SVSD verwachting</column>
         <column id="svsd_forecast" unit="cm" isEditable="true" exportName="H.tidal.peak" lang="EN">forecast</column>
      </header>
      <row id="Vlissingen">
         <cell columnId="sector">Schelde</cell>
         <cell columnId="station">Vlissingen</cell>
         <cell columnId="astro_date" lang="NL">1 januari</cell>
         <cell columnId="astro_date" lang="ËN">January 1</cell>
         <cell columnId="astro_time">19:16</cell>
         <cell columnId="astro_level">237</cell>
      </row>
      <row id="HoekVanHolland">
         <cell columnId="sector">West Holland</cell>
         <cell columnId="station">Hoek van Holland</cell>
         <cell columnId="astro_date" lang="NL">1 januari</cell>
         <cell columnId="astro_date" lang="EN">January 1</cell>
         <cell columnId="astro_time">20:01</cell>
         <cell columnId="astro_level">122</cell>
      </row>
   </forecastTable>
</script>