From 0eeb9311dd426a8e8847f51ced0000365dcf596c Mon Sep 17 00:00:00 2001
From: aschwinn <al.schwinn@gsi.de>
Date: Fri, 8 Sep 2017 11:46:16 +0200
Subject: [PATCH] [SIL-?] removed doc-dependency to addressing-format (8/16bit)
 for IO addresses

---
 silecs-model/src/xml/DeploySchema.xsd | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/silecs-model/src/xml/DeploySchema.xsd b/silecs-model/src/xml/DeploySchema.xsd
index 073dadd..dfbd564 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>
-- 
GitLab