[xiph-commits] r3422 - standards
silvia at svn.annodex.net
silvia at svn.annodex.net
Sat Feb 9 00:07:33 PST 2008
Author: silvia
Date: 2008-02-09 00:07:32 -0800 (Sat, 09 Feb 2008)
New Revision: 3422
Modified:
standards/cmml_4_0.xsd
Log:
Made some bug fixes that the Xerces XML parser brought up.
Also changed the namespace to one that signifies the cmml version.
Modified: standards/cmml_4_0.xsd
===================================================================
--- standards/cmml_4_0.xsd 2008-02-09 07:52:40 UTC (rev 3421)
+++ standards/cmml_4_0.xsd 2008-02-09 08:07:32 UTC (rev 3422)
@@ -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.annodex.org/cmml"
- xmlns="http://www.annodex.org/cmml"
+ targetNamespace="http://www.annodex.org/cmml4.0"
+ xmlns="http://www.annodex.org/cmml4.0"
xmlns:html="http://www.w3.org/1999/xhtml"
elementFormDefault="qualified">
@@ -12,9 +12,9 @@
CMML is a language to describe a timed text track, i.e. a timed text codec.
- Namespace = http://www.annodex.net/cmml
+ Namespace = http://www.annodex.org/cmml4.0
- For further information, see: http://www.annodex.net/
+ For further information, see: http://www.annodex.net/
Copyright (c) 2008- Annodex Association, Xiph.Org.
All Rights Reserved.
@@ -30,7 +30,7 @@
<xs:annotation>
<xs:documentation>
- ================== Imported Names ====================================
+ ================== Simple Types ====================================
</xs:documentation>
</xs:annotation>
@@ -422,4 +422,4 @@
</xs:complexType>
</xs:element>
-</schema>
\ No newline at end of file
+</xs:schema>
More information about the commits
mailing list