]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/electronic/base_electronic.xml
A lot rewrites, engine base template added, naval architecture added:
[shipsimu.git] / application / ship-simu / templates / de / game / electronic / base_electronic.xml
index c6a2326628783dc23d229a5ea934ad2757102f8b..1a45f15c851574f6b8f66d89e7541f68b2e5fd9f 100644 (file)
@@ -32,6 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        <general-data>
                <!-- Id and type for this electronic. //-->
                <id>{?id?}</id>
+               <name>{?name?}</name>
                <type>{?type?}</type>
                <!-- Simplified dimension of the electronics because it will be placed
                     into a small box for transportation. //-->
@@ -41,4 +42,26 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <length>{?length?}</length>
                </dimension>
        </general-data>
+       <!-- An electronical device may depend on one or more technologies, at least
+            'electronics'. //-->
+       <dependencies>
+               <!-- A list technology dependencies for this electronical device. //-->
+               <technology-dependency-list>
+                       <!-- A single technollogical dependency. //-->
+                       <technology-dependency>
+                               <id>{?technology_id?}</id>
+                               <name>{?technology_name?}</name>
+                               <type>{?technology_type?}</type>
+                       </technology-dependency>
+               </technology-dependency-list>
+               <!-- A list research proposal dependencies for this electronical device. //-->
+               <research-dependency-list>
+                       <!-- A single technollogical dependency. //-->
+                       <research-dependency>
+                               <id>{?research_id?}</id>
+                               <name>{?research_name?}</name>
+                               <type>{?research_type?}</type>
+                       </research-dependency>
+               </research-dependency-list>
+       </dependencies>
 </electronic>