Electronics added, @TODO tag added, TODOs.txt updated
[shipsimu.git] / application / ship-simu / templates / de / game / container / base_container.xml
index e3a813f845a5928c37ad48b906a4cc2ec7f51813..c91f20a004289c92c53629fa41969d9a8c729243 100644 (file)
@@ -22,6 +22,19 @@ You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <container>
+       <!-- Som general data about this container. //-->
+       <general-data>
+               <!-- Id and type of this container. //-->
+               <id>{?id?}</id>
+               <!-- Look at container_types.xml for details. //-->
+               <type>{?type?}</type>
+               <!-- Dimension of the container. //-->
+               <dimension>
+                       <width>{?width?}</width>
+                       <length>{?length?}</length>
+                       <height>{?height?}</height>
+               </dimension>
+       </general-data>
        <!-- The owner of the container, this should be a company, //-->
        <owner>
                <company id="{?owner_id?}" />