[xiph-commits] r3442 - standards/roe
silvia at svn.annodex.net
silvia at svn.annodex.net
Sun Feb 10 15:59:23 PST 2008
Author: silvia
Date: 2008-02-10 15:59:21 -0800 (Sun, 10 Feb 2008)
New Revision: 3442
Modified:
standards/roe/roe_1_0.xsd
Log:
mediaSource is an element, not an element group.
Also it is needed in the switch directly.
Modified: standards/roe/roe_1_0.xsd
===================================================================
--- standards/roe/roe_1_0.xsd 2008-02-10 14:04:46 UTC (rev 3441)
+++ standards/roe/roe_1_0.xsd 2008-02-10 23:59:21 UTC (rev 3442)
@@ -207,6 +207,7 @@
<xs:sequence>
<xs:element ref="switch" />
<xs:element ref="seq" minOccurs="0" />
+ <xs:element ref="mediaSource" />
</xs:sequence>
<xs:attribute name="provides" type="xs:string" use="required" />
<xs:attribute name="id" type="xs:ID" use="required" />
@@ -225,7 +226,7 @@
<xs:element name="seq">
<xs:complexType>
<xs:choice>
- <xs:group ref="mediaSource" />
+ <xs:element ref="mediaSource" />
</xs:choice>
<xs:attribute name="id" type="xs:ID" use="optional" />
<xs:attribute name="start" type="Timestamp"/>
More information about the commits
mailing list