[xiph-commits] r3518 - standards/roe
silvia at svn.annodex.net
silvia at svn.annodex.net
Sat Mar 22 07:48:59 PDT 2008
Author: silvia
Date: 2008-03-22 07:48:59 -0700 (Sat, 22 Mar 2008)
New Revision: 3518
Modified:
standards/roe/roe_1_0.xsd
Log:
Added an img tag to the ROE header so we can have a representative image for the media file.
Modified: standards/roe/roe_1_0.xsd
===================================================================
--- standards/roe/roe_1_0.xsd 2008-03-22 13:56:41 UTC (rev 3517)
+++ standards/roe/roe_1_0.xsd 2008-03-22 14:48:59 UTC (rev 3518)
@@ -43,6 +43,7 @@
html:title
html:link
html:meta
+ html:img
</xs:documentation>
</xs:annotation>
@@ -130,6 +131,7 @@
track profiles
i18n = the base language of the head's attribute values and text
content
+ img = a representative image for the media file
</xs:documentation>
</xs:annotation>
@@ -139,7 +141,8 @@
<xs:element ref="html:title"/>
<xs:element ref="html:link" maxOccurs="unbounded" />
<xs:element ref="html:meta" maxOccurs="unbounded" />
- <xs:element ref="html:base" />
+ <xs:element ref="html:base" />
+ <xs:element ref="html:img" />
<xs:element ref="profile" maxOccurs="unbounded" />
</xs:all>
<xs:attributeGroup ref="html:i18n"/>
More information about the commits
mailing list