From c59c461a5f3a0fc259ad035967df8fa4624b8ddb Mon Sep 17 00:00:00 2001
From: aschwinn <al.schwinn@gsi.de>
Date: Fri, 9 Jun 2017 15:19:25 +0200
Subject: [PATCH] Bug 1381 - Remove @synchro and @mode to reduce complexity for
 the user

---
 silecs-model/src/xml/DesignSchema.xsd | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/silecs-model/src/xml/DesignSchema.xsd b/silecs-model/src/xml/DesignSchema.xsd
index ed52412..07073eb 100644
--- a/silecs-model/src/xml/DesignSchema.xsd
+++ b/silecs-model/src/xml/DesignSchema.xsd
@@ -178,6 +178,16 @@ along with this program.  If not, see http://www.gnu.org/licenses/.-->
 	        <xs:appinfo>Defines the name of the generated Fesa-Property. If not set, the Blockname will be used.</xs:appinfo>
 	    </xs:annotation>
 	</xs:attribute>
+	<xs:attribute name="fesaGetServerActionName" type="BlockNameType" use="optional">
+        <xs:annotation>
+            <xs:appinfo>Defines the name of the generated Fesa-Server-Action. If not set, the Blockname will just be prefixed with get/set.</xs:appinfo>
+        </xs:annotation>
+    </xs:attribute>
+    <xs:attribute name="fesaSetServerActionName" type="BlockNameType" use="optional">
+        <xs:annotation>
+            <xs:appinfo>Defines the name of the generated Fesa-Server-Action. If not set, the Blockname will just be prefixed with get/set.</xs:appinfo>
+        </xs:annotation>
+    </xs:attribute>
 </xs:complexType>
 
 <xs:complexType name="Setting-BlockType">
-- 
GitLab