c6a2326628783dc23d229a5ea934ad2757102f8b
[shipsimu.git] / application / ship-simu / templates / de / game / electronic / base_electronic.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3 A general electronic template. These electronics can be transported by different
4 types of transportation companies. Is can be anything from cellphones over other
5 communication electronics to commercial computers (default) or medical devices.
6
7 For simplification we have only width, length, height and total weight. This is
8 in reality mostly the case because the electronics will be placed into a small
9 box for transportation.
10
11 @author         Roland Haeder <webmaster@ship-simu.org>
12 @version        0.0.0
13 @copyright      Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
14 @license        GNU GPL 3.0 or any newer version
15 @link           http://www.ship-simu.org
16
17 This program is free software: you can redistribute it and/or modify
18 it under the terms of the GNU General Public License as published by
19 the Free Software Foundation, either version 3 of the License, or
20 (at your option) any later version.
21
22 This program is distributed in the hope that it will be useful,
23 but WITHOUT ANY WARRANTY; without even the implied warranty of
24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25 GNU General Public License for more details.
26
27 You should have received a copy of the GNU General Public License
28 along with this program. If not, see <http://www.gnu.org/licenses/>
29 //-->
30 <electronic extends="{?goody_template?}">
31         <!-- General data of the electronics. //-->
32         <general-data>
33                 <!-- Id and type for this electronic. //-->
34                 <id>{?id?}</id>
35                 <type>{?type?}</type>
36                 <!-- Simplified dimension of the electronics because it will be placed
37                      into a small box for transportation. //-->
38                 <dimension>
39                         <width>{?width?}</width>
40                         <height>{?height?}</height>
41                         <length>{?length?}</length>
42                 </dimension>
43         </general-data>
44 </electronic>