[xiph-commits] r3520 - in standards/roe: . examples
silvia at svn.annodex.net
silvia at svn.annodex.net
Sat Mar 22 08:07:59 PDT 2008
Author: silvia
Date: 2008-03-22 08:07:59 -0700 (Sat, 22 Mar 2008)
New Revision: 3520
Modified:
standards/roe/examples/roe_example1.xml
standards/roe/examples/roe_example2.xml
standards/roe/examples/roe_example3.xml
standards/roe/roe_1_0.xsd
Log:
Fixed up the namespaces.
Modified: standards/roe/examples/roe_example1.xml
===================================================================
--- standards/roe/examples/roe_example1.xml 2008-03-22 14:58:14 UTC (rev 3519)
+++ standards/roe/examples/roe_example1.xml 2008-03-22 15:07:59 UTC (rev 3520)
@@ -1,3 +1,8 @@
+<?xml version="1.0"?>
+<xs:schema targetNamespace="http://www.xiph.org/roe1.0"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="qualified"
+ attributeFormDefault="unqualified">
<ROE>
<head>
<link rel="alternate" type="text/html" href="http://example.com/complete_video.html" />
Modified: standards/roe/examples/roe_example2.xml
===================================================================
--- standards/roe/examples/roe_example2.xml 2008-03-22 14:58:14 UTC (rev 3519)
+++ standards/roe/examples/roe_example2.xml 2008-03-22 15:07:59 UTC (rev 3520)
@@ -1,3 +1,10 @@
+<?xml version="1.0"?>
+<xs:schema targetNamespace="http://www.xiph.org/roe1.0"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:cmml="http://www.annodex.org/cmml4.0"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ elementFormDefault="qualified"
+ attributeFormDefault="unqualified">
<ROE>
<head>
<link rel="alternate" type="text/html" href="http://example.com/complete_video.html" />
Modified: standards/roe/examples/roe_example3.xml
===================================================================
--- standards/roe/examples/roe_example3.xml 2008-03-22 14:58:14 UTC (rev 3519)
+++ standards/roe/examples/roe_example3.xml 2008-03-22 15:07:59 UTC (rev 3520)
@@ -1,3 +1,9 @@
+<?xml version="1.0"?>
+<xs:schema targetNamespace="http://www.xiph.org/roe1.0"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ elementFormDefault="qualified"
+ attributeFormDefault="unqualified">
<ROE>
<head>
<profile name="director's cut">
Modified: standards/roe/roe_1_0.xsd
===================================================================
--- standards/roe/roe_1_0.xsd 2008-03-22 14:58:14 UTC (rev 3519)
+++ standards/roe/roe_1_0.xsd 2008-03-22 15:07:59 UTC (rev 3520)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<xs:schema version="1.0" xml:lang="en"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.xiph.org/roe"
- xmlns="http://www.xiph.org/roe"
+ targetNamespace="http://www.xiph.org/roe1.0"
+ xmlns="http://www.xiph.org/roe1.0"
xmlns:html="http://www.w3.org/1999/xhtml"
elementFormDefault="qualified">
More information about the commits
mailing list