|
From: <ma...@us...> - 2011-06-05 18:53:23
|
Revision: 357
http://openautomation.svn.sourceforge.net/openautomation/?rev=357&view=rev
Author: mayerch
Date: 2011-06-05 18:53:17 +0000 (Sun, 05 Jun 2011)
Log Message:
-----------
Update to the new universal address attribute "variant" (and thus delete the color attribute)
Modified Paths:
--------------
CometVisu/trunk/visu/visu_config.xsd
Modified: CometVisu/trunk/visu/visu_config.xsd
===================================================================
--- CometVisu/trunk/visu/visu_config.xsd 2011-06-05 18:44:26 UTC (rev 356)
+++ CometVisu/trunk/visu/visu_config.xsd 2011-06-05 18:53:17 UTC (rev 357)
@@ -16,21 +16,13 @@
<xsd:restriction base="xsd:string" />
</xsd:simpleType>
-<xsd:simpleType name="color">
- <xsd:restriction base="xsd:string">
- <xsd:enumeration value="r" />
- <xsd:enumeration value="g" />
- <xsd:enumeration value="b" />
- </xsd:restriction>
-</xsd:simpleType>
-
<xsd:complexType name="address">
<xsd:simpleContent>
<xsd:extension base="addr">
<xsd:attribute ref="transform" use="required" />
<xsd:attribute ref="readonly" use="optional" />
<xsd:attribute name="type" type="xsd:string" use="optional" />
- <xsd:attribute name="color" type="color" use="optional" />
+ <xsd:attribute name="variant" type="xsd:string" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|