[xiph-commits] r3523 - standards/roe

silvia at svn.annodex.net silvia at svn.annodex.net
Mon Mar 24 17:09:09 PDT 2008


Author: silvia
Date: 2008-03-24 17:09:09 -0700 (Mon, 24 Mar 2008)
New Revision: 3523

Modified:
   standards/roe/roe_1_0.xsd
Log:
Made the "inline" attribute of mediaSource have the values "false", "partial", or "full".



Modified: standards/roe/roe_1_0.xsd
===================================================================
--- standards/roe/roe_1_0.xsd	2008-03-22 15:16:40 UTC (rev 3522)
+++ standards/roe/roe_1_0.xsd	2008-03-25 00:09:09 UTC (rev 3523)
@@ -82,8 +82,16 @@
     </xs:annotation>
     <xs:restriction base="xs:string" />
   </xs:simpleType>
-  
 
+  <xs:simpleType name="InlineStyle">
+    <xs:annotation>
+      <xs:documentation>
+      Can contain the values "false", "partial", "full"
+      </xs:documentation>
+    </xs:annotation>
+    <xs:restriction base="xs:string" />
+  </xs:simpleType>
+
   <xs:annotation>
     <xs:documentation>
     =================== Generic Attributes ===============================
@@ -273,7 +281,7 @@
       </xs:sequence>
       <xs:attribute name="content-type" type="xs:string" use="required" fixed="audio/vorbis" />
       <xs:attribute name="src" type="xs:string" use="required" />
-      <xs:attribute name="inline" type="xs:boolean" default="false" />
+      <xs:attribute name="inline" type="InlineType" default="false" />
       <xs:attributeGroup ref="html:i18n" />
       <xs:attribute name="id" type="xs:ID" use="required" />
       <xs:attribute name="start" type="Timestamp"/>



More information about the commits mailing list