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>
   <Start<DataStart date="2008-03-12" time="04:00:00"/>
   <ScriptStart date="2011-01-01" time="06:00:00"/>
   <Stop<ScriptStop date="20082011-0301-1201" time="1820:00:00"/>
   <Stories>
      <Inbox>
         <Title>inbox</Title>
         <Frame>
            <Title lang="NL">Start zitting</Title>
            <Title lang="EN">Session start</Title>
            <Start date="20082011-0301-1201" time="0406: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="20082011-0301-1201" time="0406: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="20082011-0301-1201" time="0406: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="20082011-0301-1201" time="0406: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="20082011-0301-1201" time="0406: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="20082011-0301-1201" time="0406: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="20082011-0301-1201" time="0507: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>
      <TimeZone>GMT</TimeZone>
      <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">12>1 maart<januari</Cell>
         <Cell columnId="astro_date" lang="ËN">March>January 12<1</Cell>
         <Cell columnId="astro_time">17>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">12>1 maart<januari</Cell>
         <Cell columnId="astro_date" lang="EN">12>January maart<1</Cell>
         <Cell columnId="astro_time">18>20:01</Cell>
         <Cell columnId="astro_level">122</Cell>
      </Row>
   </ForecastTable>
</Script>