diff --git a/silecs-model/src/xml/DeploySchema.xsd b/silecs-model/src/xml/DeploySchema.xsd
index 073dadd560ee9f11733bab472b4ff5a8626062b7..dfbd56434588e6cdfe4f3aa275da97f5e8498dd4 100644
--- a/silecs-model/src/xml/DeploySchema.xsd
+++ b/silecs-model/src/xml/DeploySchema.xsd
@@ -204,12 +204,12 @@
                 <xs:attribute name="DI-base-address" type="xs:unsignedInt" use="optional" default="0">
                     <xs:annotation>
                         <xs:documentation>
-                            Start address of the Digital Input area (expects 8bit address value).
+                            Start address of the Digital Input area.
                             &lt;br&gt;Addressing must respect the hardware layout and configuration setup.
                         </xs:documentation>
                         <xs:appinfo>
                             <doc>
-                                Start address of the Digital Input area (expects 8bit address value)
+                                Start address of the Digital Input area
                                 &lt;br&gt;Addressing must respect the hardware layout and configuration setup.
                             </doc>
                         </xs:appinfo>
@@ -218,12 +218,12 @@
                 <xs:attribute name="DO-base-address" type="xs:unsignedInt" use="optional" default="0">
                     <xs:annotation>
                         <xs:documentation>
-                            Start address of the Digital Output area (expects 8bit address value).
+                            Start address of the Digital Output area.
                             &lt;br&gt;Addressing must respect the hardware layout and configuration setup.
                         </xs:documentation>
                         <xs:appinfo>
                             <doc>
-                                Start address of the Digital Output area (expects 8bit address value)
+                                Start address of the Digital Output area.
                                 &lt;br&gt;Addressing must respect the hardware layout and configuration setup.
                             </doc>
                         </xs:appinfo>
@@ -232,12 +232,12 @@
                 <xs:attribute name="AI-base-address" type="xs:unsignedInt" use="optional" default="0">
                     <xs:annotation>
                         <xs:documentation>
-                            Start address of the Analog Input area (expects 8bit address value).
+                            Start address of the Analog Input area
                             &lt;br&gt;Addressing must respect the hardware layout and configuration setup.
                         </xs:documentation>
                         <xs:appinfo>
                             <doc>
-                                Start address of the Analog Input area (expects 8bit address value)
+                                Start address of the Analog Input area
                                 &lt;br&gt;Addressing must respect the hardware layout and configuration setup.
                             </doc>
                         </xs:appinfo>
@@ -246,12 +246,12 @@
                 <xs:attribute name="AO-base-address" type="xs:unsignedInt" use="optional" default="0">
                     <xs:annotation>
                         <xs:documentation>
-                            Start address of the Analog Output area (expects 8bit address value).
+                            Start address of the Analog Output area
                             &lt;br&gt;Addressing must respect the hardware layout and configuration setup.
                         </xs:documentation>
                         <xs:appinfo>
                             <doc>
-                                Start address of the Analog Output area (expects 8bit address value)
+                                Start address of the Analog Output area
                                 &lt;br&gt;Addressing must respect the hardware layout and configuration setup.
                             </doc>
                         </xs:appinfo>