<?xml version="1.0" encoding="UTF-8"?> <plantLayout> <building> <dimensions> <length>120</length> <width>80</width> <height>30</height> </dimensions> <floor> <material>concrete</material> <thickness>15</thickness> <coating>epoxy</coating> </floor> <walls> <material>steel</material> <thickness>10</thickness> <coating>paint</coating> </walls> <roof> <material>steel</material> <thickness>10</thickness> <coating>galvanized</coating> </roof> </building> <waterTreatmentSystem> <dimensions> <length>20</length> <width>15</width> <height>10</height> </dimensions> <tanks> <tank> <type>settling</type> <dimensions> <length>8</length> <width>4</width> <height>4</height> </dimensions> </tank> <tank> <type>activated carbon</type> <dimensions> <length>8</length> <width>4</width> <height>4</height> </dimensions> </tank> <tank> <type>reverse osmosis</type> <dimensions> <length>8</length> <width>4</width> <height>4</height> </dimensions> </tank> </tanks> </waterTreatmentSystem> <bottlingLine> <dimensions> <length>40</length> <width>15</width> <height>10</height> </dimensions> <machines> <machine> <type>rinsing</type> <quantity>1</quantity> </machine> <machine> <type>filling</type> <quantity>2</quantity> </machine> <machine> <type>capping</type> <quantity>1</quantity> </machine> <machine> <type>labeling</type> <quantity>1</quantity> </machine> </machines> </bottlingLine> </plantLayout>