[xiph-commits] r3443 - standards/roe

silvia at svn.annodex.net silvia at svn.annodex.net
Sun Feb 10 16:04:50 PST 2008


Author: silvia
Date: 2008-02-10 16:04:49 -0800 (Sun, 10 Feb 2008)
New Revision: 3443

Modified:
   standards/roe/roe_1_0.xsd
Log:
mediaSource is an element, not a group damnit!



Modified: standards/roe/roe_1_0.xsd
===================================================================
--- standards/roe/roe_1_0.xsd	2008-02-10 23:59:21 UTC (rev 3442)
+++ standards/roe/roe_1_0.xsd	2008-02-11 00:04:49 UTC (rev 3443)
@@ -246,7 +246,7 @@
   <xs:element name="switch">
     <xs:complexType>
       <xs:choice>
-        <xs:group ref="mediaSource" />
+        <xs:element ref="mediaSource" />
         <xs:element ref="seq" />
         <xs:element ref="switch" />
       </xs:choice>



More information about the commits mailing list