2017 Meeskond Poly: Difference between revisions
From ICO wiki test
Jump to navigationJump to search
Created page with "== Meeskond == * Kristian Kalm * Roland Kontson == XML == === Dokumendid === ==== XML ==== <pre> </pre> ==== XSD ==== <pre> </pre> ==== XSLT HTML ==== <pre> </pre> ====..." |
XML sisu - tuulepark |
||
| Line 7: | Line 7: | ||
==== XML ==== | ==== XML ==== | ||
<pre> | <pre> | ||
<?xml version="1.0" encoding="utf-8" ?> | |||
<parks> | |||
<park id="1"> | |||
<name>Aseriaru</name> | |||
<country iso="EST">Estonia</country> | |||
<wind unit="m/s">1.7</wind> | |||
<power unit="kWh"> | |||
<now>0</now> | |||
<month>2700</month> | |||
<year>48275</year> | |||
</power> | |||
<turbines> | |||
<active>7</active> | |||
<total>8</total> | |||
<power unit="kWh">24</power> | |||
</turbines> | |||
</park> | |||
<park id="2"> | |||
<name>Paldiski</name> | |||
<country iso="EST">Estonia</country> | |||
<wind unit="m/s">3</wind> | |||
<power unit="kWh"> | |||
<now>0.2</now> | |||
<month>6400</month> | |||
<year>80224</year> | |||
</power> | |||
<turbines> | |||
<active>17</active> | |||
<total>18</total> | |||
<power unit="kWh">45</power> | |||
</turbines> | |||
</park> | |||
<park id="3"> | |||
<name>Tooma I</name> | |||
<country iso="EST">Estonia</country> | |||
<wind unit="m/s">5.3</wind> | |||
<power unit="kWh"> | |||
<now>2.1</now> | |||
<month>2500</month> | |||
<year>33317</year> | |||
</power> | |||
<turbines> | |||
<active>8</active> | |||
<total>8</total> | |||
<power unit="kWh">16</power> | |||
</turbines> | |||
</park> | |||
<park id="4"> | |||
<name>Tooma II</name> | |||
<country iso="EST">Estonia</country> | |||
<wind unit="m/s">5.2</wind> | |||
<power unit="kWh"> | |||
<now>1.2</now> | |||
<month>999</month> | |||
<year>9170</year> | |||
</power> | |||
<turbines> | |||
<active>3</active> | |||
<total>3</total> | |||
<power unit="kWh">7</power> | |||
</turbines> | |||
</park> | |||
</parks> | |||
</pre> | |||
==== XSD ==== | ==== XSD ==== | ||
<pre> | <pre> | ||
Revision as of 20:41, 19 March 2017
Meeskond
- Kristian Kalm
- Roland Kontson
XML
Dokumendid
XML
<?xml version="1.0" encoding="utf-8" ?>
<parks>
<park id="1">
<name>Aseriaru</name>
<country iso="EST">Estonia</country>
<wind unit="m/s">1.7</wind>
<power unit="kWh">
<now>0</now>
<month>2700</month>
<year>48275</year>
</power>
<turbines>
<active>7</active>
<total>8</total>
<power unit="kWh">24</power>
</turbines>
</park>
<park id="2">
<name>Paldiski</name>
<country iso="EST">Estonia</country>
<wind unit="m/s">3</wind>
<power unit="kWh">
<now>0.2</now>
<month>6400</month>
<year>80224</year>
</power>
<turbines>
<active>17</active>
<total>18</total>
<power unit="kWh">45</power>
</turbines>
</park>
<park id="3">
<name>Tooma I</name>
<country iso="EST">Estonia</country>
<wind unit="m/s">5.3</wind>
<power unit="kWh">
<now>2.1</now>
<month>2500</month>
<year>33317</year>
</power>
<turbines>
<active>8</active>
<total>8</total>
<power unit="kWh">16</power>
</turbines>
</park>
<park id="4">
<name>Tooma II</name>
<country iso="EST">Estonia</country>
<wind unit="m/s">5.2</wind>
<power unit="kWh">
<now>1.2</now>
<month>999</month>
<year>9170</year>
</power>
<turbines>
<active>3</active>
<total>3</total>
<power unit="kWh">7</power>
</turbines>
</park>
</parks>
XSD
XSLT HTML
XSLT XML
Retsensioonid
...TODO
Veebiteenus
...TODO
Klientrakendused
...TODO