]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/ship/base_ship.xml
Huge rewrite of all base templates, added base_ship.xml (unfinished)
[shipsimu.git] / application / ship-simu / templates / de / game / ship / base_ship.xml
diff --git a/application/ship-simu/templates/de/game/ship/base_ship.xml b/application/ship-simu/templates/de/game/ship/base_ship.xml
new file mode 100644 (file)
index 0000000..e4fe7ac
--- /dev/null
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A general ship template.
+
+@author                Roland Haeder <webmaster@ship-simu.org>
+@version       0.0.0
+@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
+@license       GNU GPL 3.0 or any newer version
+@link          http://www.ship-simu.org
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>
+//-->
+<ship>
+       <general-data>
+               <id>{?id?}</id>
+               <name><![CDATA[{?name?}]]></name>
+               <type>{?type?}</type>
+               <total-propellers>{?propellers?}</total-propellers>
+               <total-weight>{?weight?}</totaal-weight>
+               <total-displacement>{?displacement?}</totaal-displacement>
+               <construction>
+                       <construction-company>{?construction_id?}</construction-company>
+                       <construction-started>{?construction_started?}</construction-started>
+                       <construction-finished>{?construction_finished?</construction-finished>
+               </construction>
+       </general-data>
+       <shipping-company-list>
+               <shipping-company>
+                       <id>{?company_id?}</id>
+                       <holder>.
+                               <started>{?holder_started?}</started>
+                               <ended>{?holder_ended?}</ended>
+                       </hoolder>
+                       <contract id="{?contract_id?}" />
+               </shipping-company>
+       </shipping-company-list>
+       <ship-structure-list>
+               <ship-structure>
+                       <id>{?structure_id?}</id>
+                       <type>{?structure_type?}</type>
+               </ship-structure>
+       </ship-structure-list>
+       <engine>
+               <id>{?engine_id?{</id>
+               <type>{?engine_type?}</type>
+       </engine>
+       <ship-systems>
+               <electrical-system>
+               </electrical-system>
+               <hydraulic-system>
+               </hydraulic-system>
+               <navigation-system>
+               </navigation-system>
+               <guidance-system>
+               </guidance-system>
+       </ship-systems>
+</ship>