|
From: <ma...@us...> - 2011-11-18 22:23:42
|
Revision: 526
http://openautomation.svn.sourceforge.net/openautomation/?rev=526&view=rev
Author: mayerch
Date: 2011-11-18 22:23:36 +0000 (Fri, 18 Nov 2011)
Log Message:
-----------
Updated to the latest changes in video and infotrigger
Modified Paths:
--------------
CometVisu/trunk/visu/visu_config.xsd
Modified: CometVisu/trunk/visu/visu_config.xsd
===================================================================
--- CometVisu/trunk/visu/visu_config.xsd 2011-11-18 22:09:20 UTC (rev 525)
+++ CometVisu/trunk/visu/visu_config.xsd 2011-11-18 22:23:36 UTC (rev 526)
@@ -264,7 +264,7 @@
<xsd:complexType name="infotrigger">
<xsd:choice maxOccurs="unbounded" minOccurs="1">
<xsd:element name="label" type="xsd:string" />
- <xsd:element name="address" type="address" minOccurs="2" maxOccurs="unbounded"/>
+ <xsd:element name="address" type="address" minOccurs="1" maxOccurs="unbounded"/>
</xsd:choice>
<xsd:attribute name="upvalue" type="xsd:string" use="optional"/>
<xsd:attribute name="downvalue" type="xsd:string" use="optional"/>
@@ -336,6 +336,7 @@
<xsd:attribute name="src" type="uri" use="required" />
<xsd:attribute name="width" type="dimension" />
<xsd:attribute name="height" type="dimension" />
+ <xsd:attribute name="autoplay" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="iframe">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|