|
From: <j-...@us...> - 2012-09-30 11:30:49
|
Revision: 1023
http://openautomation.svn.sourceforge.net/openautomation/?rev=1023&view=rev
Author: j-n-k
Date: 2012-09-30 11:30:43 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
Patch by MicHau to better check mode-attributes in address-elements
Modified Paths:
--------------
CometVisu/trunk/visu/visu_config.xsd
Modified: CometVisu/trunk/visu/visu_config.xsd
===================================================================
--- CometVisu/trunk/visu/visu_config.xsd 2012-09-28 16:41:56 UTC (rev 1022)
+++ CometVisu/trunk/visu/visu_config.xsd 2012-09-30 11:30:43 UTC (rev 1023)
@@ -69,7 +69,17 @@
<xsd:attribute name="styling" type="xsd:string" />
<xsd:attribute name="value" type="xsd:string" />
- <xsd:attribute name="mode" type="xsd:string" />
+ <xsd:attribute name="mode">
+ <xsd:simpleType>
+ <xsd:restriction base="xsd:string">
+ <xsd:enumeration value="disable" />
+ <xsd:enumeration value="read" />
+ <xsd:enumeration value="write" />
+ <xsd:enumeration value="readwrite" />
+ </xsd:restriction>
+ </xsd:simpleType>
+ </xsd:attribute>
+
<xsd:attribute name="align" type="xsd:string" />
<xsd:attribute name="variant" type="xsd:string" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|