Versions Compared

Key

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

...

Code Block
xml
xml
<Row id="Vlissingen">
   <Cell columnId="station">Vlissingen</Cell>
   <Cell columnId="date">12 Mar</Cell>
   <Cell columnId="time">17h16</Cell>
   <Cell columnId="astro_level">237</Cell>
</Row>

Example

A complete example of a script configuration is given here:

Code Block
xml
xml
titleExample of script configuration

h3. Example

A complete example of a script configuration is given here: 

{code:xml|title=Example 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">
   <Name>storm surge March 12</Name>
   <Start date="2008-03-12" time="04:00:00"/>
   <Stop date="2008-03-12" time="18:00:00"/>
   <NextEventButton>true</NextEventButton>
</Script>