|
From: <pe...@us...> - 2012-10-05 18:08:43
|
Revision: 1028
http://openautomation.svn.sourceforge.net/openautomation/?rev=1028&view=rev
Author: peuter
Date: 2012-10-05 18:08:37 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
move scope-attribute to the right place
Modified Paths:
--------------
CometVisu/trunk/visu/visu_config.xsd
Modified: CometVisu/trunk/visu/visu_config.xsd
===================================================================
--- CometVisu/trunk/visu/visu_config.xsd 2012-10-04 07:59:06 UTC (rev 1027)
+++ CometVisu/trunk/visu/visu_config.xsd 2012-10-05 18:08:37 UTC (rev 1028)
@@ -104,8 +104,7 @@
<xsd:enumeration value="top" />
<xsd:enumeration value="left" />
<xsd:enumeration value="right" />
- <xsd:enumeration value="bottom" />
- <xsd:attribute name="scope" type="xsd:decimal" use="optional" />
+ <xsd:enumeration value="bottom" />
</xsd:restriction>
</xsd:simpleType>
@@ -344,6 +343,7 @@
<xsd:attribute name="position" type="navbarPositionType" use="required" />
<xsd:attribute name="dynamic" type="true_false" use="optional" />
<xsd:attribute name="width" type="xsd:string" use="optional" />
+ <xsd:attribute name="scope" type="xsd:decimal" use="optional" />
</xsd:complexType>
<!-- more fun part - all widgets - if you add a new widget, you need to define it here -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|