1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plantLayout>
  3. <building>
  4. <dimensions>
  5. <length>120</length>
  6. <width>80</width>
  7. <height>30</height>
  8. </dimensions>
  9. <floor>
  10. <material>concrete</material>
  11. <thickness>15</thickness>
  12. <coating>epoxy</coating>
  13. </floor>
  14. <walls>
  15. <material>steel</material>
  16. <thickness>10</thickness>
  17. <coating>paint</coating>
  18. </walls>
  19. <roof>
  20. <material>steel</material>
  21. <thickness>10</thickness>
  22. <coating>galvanized</coating>
  23. </roof>
  24. </building>
  25. <waterTreatmentSystem>
  26. <dimensions>
  27. <length>20</length>
  28. <width>15</width>
  29. <height>10</height>
  30. </dimensions>
  31. <tanks>
  32. <tank>
  33. <type>settling</type>
  34. <dimensions>
  35. <length>8</length>
  36. <width>4</width>
  37. <height>4</height>
  38. </dimensions>
  39. </tank>
  40. <tank>
  41. <type>activated carbon</type>
  42. <dimensions>
  43. <length>8</length>
  44. <width>4</width>
  45. <height>4</height>
  46. </dimensions>
  47. </tank>
  48. <tank>
  49. <type>reverse osmosis</type>
  50. <dimensions>
  51. <length>8</length>
  52. <width>4</width>
  53. <height>4</height>
  54. </dimensions>
  55. </tank>
  56. </tanks>
  57. </waterTreatmentSystem>
  58. <bottlingLine>
  59. <dimensions>
  60. <length>40</length>
  61. <width>15</width>
  62. <height>10</height>
  63. </dimensions>
  64. <machines>
  65. <machine>
  66. <type>rinsing</type>
  67. <quantity>1</quantity>
  68. </machine>
  69. <machine>
  70. <type>filling</type>
  71. <quantity>2</quantity>
  72. </machine>
  73. <machine>
  74. <type>capping</type>
  75. <quantity>1</quantity>
  76. </machine>
  77. <machine>
  78. <type>labeling</type>
  79. <quantity>1</quantity>
  80. </machine>
  81. </machines>
  82. </bottlingLine>
  83. </plantLayout>
 
 

273

Pasted Text #27948

<?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>
<dimen

...

leia mais

PasteBin

Linhas
83
Palavras
87
Tamanho
1,9 KB
Criado
Tipo
text/plain
Public Domain (PD)
Por favor faça seu login para deixar um comentário!