</content-list>
<!-- A system, freezer or colder or something else, which maintains a
constant temperature. This is useful for biological content like
- fruits. But it is optional. //-->
- <maintenance-system>
- <!-- @TODO Find something for this empty tag. //-->
- </maintenance-system>
+ fruits. But it is optional. You can currently specify multiple systems,
+ e.g. ventilation and maybe cooling aggregate or so. //-->
+ <maintenance-system-list>
+ <!-- A single maintenance system. //-->
+ <maintenance-system>
+ <id>{?maintenance_id?}</id>
+ <type>{?maintenance_type?}</type>
+ </maintenance-system>
+ </maintenance-system-list>
</container>
<id>{?engine_id?{</id>
<type>{?engine_type?}</type>
</engine>
+ <!-- A list of what this transportates. //-->
+ <transportation-list>
+ </transportation-list>
<!-- A ship may require one or more of these system to operate. //-->
<ship-systems>
<!-- The electric system of latest ship has becom the most important
<!-- Nearly all ships will have a navigation system. //-->
<navigation-system>
</navigation-system>
- <!-- A guidance system, //-->
+ <!-- A guidance system which every ship should have... //-->
<guidance-system>
</guidance-system>
+ <!-- A fire reporting and fighting system. //-->
+ <fire-system>
+ </fire-system>
</ship-systems>
</ship>