diff --git a/silecs-model/src/xml/DesignSchema.xsd b/silecs-model/src/xml/DesignSchema.xsd index ed52412e0a6ccd4c4713afbea641e5168d17b7e8..07073ebf7f172eb4c40a3bc7e0cbac4e44bf3066 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">