|
From: <net...@us...> - 2012-12-28 19:16:23
|
Revision: 1267
http://openautomation.svn.sourceforge.net/openautomation/?rev=1267&view=rev
Author: netzkind
Date: 2012-12-28 19:16:16 +0000 (Fri, 28 Dec 2012)
Log Message:
-----------
only use entry of list if an element is actually selected
Modified Paths:
--------------
CometVisu/trunk/visu/visu_config.xsd
Modified: CometVisu/trunk/visu/visu_config.xsd
===================================================================
--- CometVisu/trunk/visu/visu_config.xsd 2012-12-28 16:40:09 UTC (rev 1266)
+++ CometVisu/trunk/visu/visu_config.xsd 2012-12-28 19:16:16 UTC (rev 1267)
@@ -828,7 +828,7 @@
</xsd:complexType>
<xsd:complexType name="strftime">
- <xsd:choice maxOccurs="unbounded" minOccurs="1">
+ <xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="layout" type="layout" minOccurs="0" maxOccurs="1" />
</xsd:choice>
<xsd:attribute name="lang" use="optional">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|