New namespace and title
authorPhilippe Le Hégaret <plh@w3.org>
Thu, 29 Oct 2009 13:29:01 +0000
changeset 178 3208c30b6951
parent 177 02246e49825b
child 179 a29af153ebd8
New namespace and title
spec/ttaf1-dfxp.html
--- a/spec/ttaf1-dfxp.html	Thu Oct 29 13:28:14 2009 +0000
+++ b/spec/ttaf1-dfxp.html	Thu Oct 29 13:29:01 2009 +0000
@@ -4189,8 +4189,8 @@
 semantics defined by this specification.</p></div></div><div class="div3">
 <h4><a name="semantics-region-layout-example" id="semantics-region-layout-example"/>9.3.4 Elaborated Example</h4><p>An example of the processing steps described above is elaborated below, starting with <a href="#region-mapping-example-1-s"><b>Example – Sample Source Document</b></a>.</p><table summary="HTML Table" id="region-mapping-example-1-s" class="example"><caption>Example – Sample Source Document</caption><tbody><tr><td>
 <div class="exampleInner"><pre>&lt;tt tts:extent="640px 480px" xml:lang="en"
-  xmlns="http://www.w3.org/2006/10/ttaf1"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
+  xmlns="http://www.w3.org/ns/ttml"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
   &lt;head&gt;
     &lt;layout&gt;
       &lt;region xml:id="r1"&gt;
@@ -4238,8 +4238,8 @@
 but rather, are representations of possible internal processing states used for
 didactic purposes.</p></div><table summary="HTML Table" id="region-mapping-example-1-i0" class="example"><caption>Example – Intermediate Document – [0s,1s)</caption><tbody><tr><td>
 <div class="exampleInner"><pre>&lt;tt tts:extent="640px 480px" xml:lang="en"
-  xmlns="http://www.w3.org/2006/10/ttaf1"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
+  xmlns="http://www.w3.org/ns/ttml"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
   &lt;head&gt;
     &lt;layout&gt;
       &lt;region xml:id="r1"&gt;
@@ -4340,8 +4340,8 @@
 and paragraphs <code>p2</code> and <code>p3</code> (and their ancestors) are
 selected into region <code>r2</code>.</p><table summary="HTML Table" id="region-mapping-example-1-i1" class="example"><caption>Example – Intermediate Document – [1s,2s)</caption><tbody><tr><td>
 <div class="exampleInner"><pre>&lt;tt tts:extent="640px 480px" xml:lang="en"
-  xmlns="http://www.w3.org/2006/10/ttaf1"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
+  xmlns="http://www.w3.org/ns/ttml"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
   &lt;head&gt;
     &lt;layout&gt;
       &lt;region xml:id="r1"&gt;
@@ -4389,8 +4389,8 @@
 and where paragraphs <code>p4</code> and <code>p3</code> (and their ancestors)
 are selected into regions <code>r1</code> and <code>r2</code>, respectively.</p><table summary="HTML Table" id="region-mapping-example-1-i2" class="example"><caption>Example – Intermediate Document – [2s,3s)</caption><tbody><tr><td>
 <div class="exampleInner"><pre>&lt;tt tts:extent="640px 480px" xml:lang="en"
-  xmlns="http://www.w3.org/2006/10/ttaf1"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
+  xmlns="http://www.w3.org/ns/ttml"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
   &lt;head&gt;
     &lt;layout&gt;
       &lt;region xml:id="r1"&gt;
@@ -4823,7 +4823,7 @@
 character specify different actors.</p></div><p>The use of agent metadata is illustrated by the following example.</p><table summary="HTML Table" id="metadata-vocabulary-agent-example-1" class="example"><caption>Example Fragment – Agent Metadata</caption><tbody><tr><td>
 <div class="exampleInner"><pre>
 
-&lt;tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml" xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"&gt;
+&lt;tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml" xmlns:ttm="http://www.w3.org/ns/ttml#metadata"&gt;
   &lt;head&gt;
     <span class="strong">&lt;ttm:agent xml:id="connery" type="person"&gt;</span>
       &lt;ttm:name type="family"&gt;Connery&lt;/ttm:name&gt;
@@ -5394,7 +5394,7 @@
 # .......................................................................
 
 # default namespace
-default namespace tt = "http://www.w3.org/2006/10/ttaf1"
+default namespace tt = "http://www.w3.org/ns/ttml"
 
 # generic tt modules
 include "ttaf1-dfxp-datatypes.rnc"
@@ -5975,8 +5975,8 @@
 # .......................................................................
 
 # namespace prefix bindings
-namespace tt = "http://www.w3.org/2006/10/ttaf1"
-namespace ttm = "http://www.w3.org/2006/10/ttaf1#metadata"
+namespace tt = "http://www.w3.org/ns/ttml"
+namespace ttm = "http://www.w3.org/ns/ttml#metadata"
 namespace local = ""
 
 # meta - generic metadata
@@ -6015,7 +6015,7 @@
 # TT-AF 1.0 DFXP Metadata Items Module ......................................
 # .......................................................................
 
-namespace ttm = "http://www.w3.org/2006/10/ttaf1#metadata"
+namespace ttm = "http://www.w3.org/ns/ttml#metadata"
 
 ## actor - specifies actor
 TTAF.meta.actor =
@@ -6118,8 +6118,8 @@
 # TT-AF 1.0 DFXP Metadata Attributes Module ..............................
 # .......................................................................
 
-namespace tt = "http://www.w3.org/2006/10/ttaf1"
-namespace ttm = "http://www.w3.org/2006/10/ttaf1#metadata"
+namespace tt = "http://www.w3.org/ns/ttml"
+namespace ttm = "http://www.w3.org/ns/ttml#metadata"
 namespace local = ""
 
 # Standard Metadata Attributes
@@ -6154,7 +6154,7 @@
 # TT-AF 1.0 DFXP Parameter Items Module .................................
 # .......................................................................
 
-namespace ttp = "http://www.w3.org/2006/10/ttaf1#parameter"
+namespace ttp = "http://www.w3.org/ns/ttml#parameter"
 
 # profile - profile definition or use declaration
 TTAF.parameters.profile =
@@ -6250,7 +6250,7 @@
 # TT-AF 1.0 DFXP Parameter Attributes Module ............................
 # .......................................................................
 
-namespace ttp = "http://www.w3.org/2006/10/ttaf1#parameter"
+namespace ttp = "http://www.w3.org/ns/ttml#parameter"
 
 # Standard Metadata Attributes
 
@@ -6300,8 +6300,8 @@
 # TT-AF 1.0 DFXP Styling Attributes Module ..............................
 # .......................................................................
 
-namespace tt = "http://www.w3.org/2006/10/ttaf1"
-namespace tts = "http://www.w3.org/2006/10/ttaf1#styling"
+namespace tt = "http://www.w3.org/ns/ttml"
+namespace tts = "http://www.w3.org/ns/ttml#styling"
 namespace local = ""
 
 # Standard Style Attributes
@@ -6513,22 +6513,22 @@
 <h3><a name="dfxp-schema-xsd" id="dfxp-schema-xsd"/>C.2 XML Schema Definition (XSD) Schema</h3><p>This section specifies a W3C XML Schema Definition (XSD) <a href="#xsd-1">[XML Schema Part 1]</a> based schema
 for DFXP, also available in a <a href="xsd/schema.zip">ZIP
 Archive</a>.</p><div class="div3">
-<h4><a name="xsd-dfxp-driver-schema" id="xsd-dfxp-driver-schema"/>C.2.1 Driver</h4><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h4><a name="xsd-dfxp-driver-schema" id="xsd-dfxp-driver-schema"/>C.2.1 Driver</h4><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"&gt;
+  xmlns:tt="http://www.w3.org/ns/ttml"&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-document.xsd"/&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div3">
 <h4><a name="xsd-dfxp-modules" id="xsd-dfxp-modules"/>C.2.2 Modules</h4><div class="div4">
-<h5><a name="xsd-dfxp-animation-module" id="xsd-dfxp-animation-module"/>C.2.2.1 Animation Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h5><a name="xsd-dfxp-animation-module" id="xsd-dfxp-animation-module"/>C.2.2.1 Animation Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
-  xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
+  xmlns:tt="http://www.w3.org/ns/ttml"
+  xmlns:ttm="http://www.w3.org/ns/ttml#metadata"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-core-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-timing-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-metadata.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#styling"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#styling"
     schemaLocation="ttaf1-dfxp-styling-attribs.xsd"/&gt;
   &lt;xs:attributeGroup name="set.attlist"&gt;
     &lt;xs:attributeGroup ref="tt:Core.attrib.class" /&gt;
@@ -6549,18 +6549,18 @@
   &lt;/xs:group&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-content-module" id="xsd-dfxp-content-module"/>C.2.2.2 Content Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h5><a name="xsd-dfxp-content-module" id="xsd-dfxp-content-module"/>C.2.2.2 Content Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
-  xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
+  xmlns:tt="http://www.w3.org/ns/ttml"
+  xmlns:ttm="http://www.w3.org/ns/ttml#metadata"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-core-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-timing-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-metadata.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-animation.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-layout.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-styling.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#metadata"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#metadata"
     schemaLocation="ttaf1-dfxp-metadata-attribs.xsd"/&gt;
   &lt;xs:attributeGroup name="body.attlist"&gt;
     &lt;xs:attributeGroup ref="tt:Core.attrib.class"/&gt;
@@ -6663,9 +6663,9 @@
   &lt;/xs:group&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-core-attribs-module" id="xsd-dfxp-core-attribs-module"/>C.2.2.3 Core Attributes Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h5><a name="xsd-dfxp-core-attribs-module" id="xsd-dfxp-core-attribs-module"/>C.2.2.3 Core Attributes Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
+  xmlns:tt="http://www.w3.org/ns/ttml"
   xmlns:xml="http://www.w3.org/XML/1998/namespace"&gt;
   &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
     schemaLocation="xml.xsd"/&gt;
@@ -6684,9 +6684,9 @@
   &lt;/xs:attributeGroup&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-datatypes-module" id="xsd-dfxp-datatypes-module"/>C.2.2.4 Data Types Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1#datatype"
+<h5><a name="xsd-dfxp-datatypes-module" id="xsd-dfxp-datatypes-module"/>C.2.2.4 Data Types Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml#datatype"
 	xml:lang="en" xmlns:xs="http://www.w3.org/2001/XMLSchema"
-	xmlns:ttd="http://www.w3.org/2006/10/ttaf1#datatype"&gt;
+	xmlns:ttd="http://www.w3.org/ns/ttml#datatype"&gt;
   &lt;xs:simpleType name="alpha"&gt;
     &lt;xs:restriction base="xs:float"&gt;
       &lt;xs:minInclusive value="0"/&gt;
@@ -6998,17 +6998,17 @@
   &lt;/xs:simpleType&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-document-module" id="xsd-dfxp-document-module"/>C.2.2.5 Document Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h5><a name="xsd-dfxp-document-module" id="xsd-dfxp-document-module"/>C.2.2.5 Document Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
-  xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
-  xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#metadata"
+  xmlns:tt="http://www.w3.org/ns/ttml"
+  xmlns:ttm="http://www.w3.org/ns/ttml#metadata"
+  xmlns:ttp="http://www.w3.org/ns/ttml#parameter"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#metadata"
     schemaLocation="ttaf1-dfxp-metadata-items.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#parameter"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#parameter"
     schemaLocation="ttaf1-dfxp-parameter-items.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#styling"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#styling"
     schemaLocation="ttaf1-dfxp-styling-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-core-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-timing-attribs.xsd"/&gt;
@@ -7028,12 +7028,12 @@
   &lt;xs:element name="tt" type="tt:tt.eltype"/&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-head-module" id="xsd-dfxp-head-module"/>C.2.2.6 Header Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h5><a name="xsd-dfxp-head-module" id="xsd-dfxp-head-module"/>C.2.2.6 Header Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
-  xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
-  xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
+  xmlns:tt="http://www.w3.org/ns/ttml"
+  xmlns:ttm="http://www.w3.org/ns/ttml#metadata"
+  xmlns:ttp="http://www.w3.org/ns/ttml#parameter"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-core-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-metadata.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-parameters.xsd"/&gt;
@@ -7054,17 +7054,17 @@
   &lt;xs:element name="head" type="tt:head.eltype"/&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-layout-module" id="xsd-dfxp-layout-module"/>C.2.2.7 Layout Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h5><a name="xsd-dfxp-layout-module" id="xsd-dfxp-layout-module"/>C.2.2.7 Layout Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
-  xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
+  xmlns:tt="http://www.w3.org/ns/ttml"
+  xmlns:ttm="http://www.w3.org/ns/ttml#metadata"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-core-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-timing-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-metadata.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-animation.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-styling.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#styling"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#styling"
     schemaLocation="ttaf1-dfxp-styling-attribs.xsd"/&gt;
   &lt;xs:attributeGroup name="RegionBinding.attrib.class"&gt;
     &lt;xs:attribute name="region" type="xs:IDREF"/&gt;
@@ -7096,12 +7096,12 @@
   &lt;xs:element name="region" type="tt:region.eltype"/&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-metadata-module" id="xsd-dfxp-metadata-module"/>C.2.2.8 Metadata Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h5><a name="xsd-dfxp-metadata-module" id="xsd-dfxp-metadata-module"/>C.2.2.8 Metadata Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
-  xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"&gt;
+  xmlns:tt="http://www.w3.org/ns/ttml"
+  xmlns:ttm="http://www.w3.org/ns/ttml#metadata"&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-core-attribs.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#metadata"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#metadata"
     schemaLocation="ttaf1-dfxp-metadata-items.xsd"/&gt;
   &lt;xs:attributeGroup name="metadata.attlist"&gt;
     &lt;xs:attributeGroup ref="tt:Core.attrib.class"/&gt;
@@ -7122,14 +7122,14 @@
   &lt;/xs:group&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-metadata-items-module" id="xsd-dfxp-metadata-items-module"/>C.2.2.9 Metadata Items Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1#metadata"
+<h5><a name="xsd-dfxp-metadata-items-module" id="xsd-dfxp-metadata-items-module"/>C.2.2.9 Metadata Items Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml#metadata"
   xml:lang="en" xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
-  xmlns:ttd="http://www.w3.org/2006/10/ttaf1#datatype"
-  xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#datatype"
+  xmlns:tt="http://www.w3.org/ns/ttml"
+  xmlns:ttd="http://www.w3.org/ns/ttml#datatype"
+  xmlns:ttm="http://www.w3.org/ns/ttml#metadata"&gt;
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#datatype"
     schemaLocation="ttaf1-dfxp-datatypes.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml"
     schemaLocation="ttaf1-dfxp-core-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-metadata-attribs.xsd"/&gt;
   &lt;xs:attributeGroup name="actor.attlist"&gt;
@@ -7192,11 +7192,11 @@
   &lt;/xs:group&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-metadata-attribs-module" id="xsd-dfxp-metadata-attribs-module"/>C.2.2.10 Metadata Attributes Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1#metadata"
+<h5><a name="xsd-dfxp-metadata-attribs-module" id="xsd-dfxp-metadata-attribs-module"/>C.2.2.10 Metadata Attributes Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml#metadata"
   xml:lang="en" xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:ttd="http://www.w3.org/2006/10/ttaf1#datatype"
-  xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#datatype"
+  xmlns:ttd="http://www.w3.org/ns/ttml#datatype"
+  xmlns:ttm="http://www.w3.org/ns/ttml#metadata"&gt;
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#datatype"
     schemaLocation="ttaf1-dfxp-datatypes.xsd"/&gt;
   &lt;xs:attribute name="agent" type="ttd:agent"/&gt;
   &lt;xs:attribute name="role" type="ttd:role"/&gt;
@@ -7206,12 +7206,12 @@
   &lt;/xs:attributeGroup&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-parameters-module" id="xsd-dfxp-parameters-module"/>C.2.2.11 Parameters Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h5><a name="xsd-dfxp-parameters-module" id="xsd-dfxp-parameters-module"/>C.2.2.11 Parameters Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
-  xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter"&gt;
+  xmlns:tt="http://www.w3.org/ns/ttml"
+  xmlns:ttp="http://www.w3.org/ns/ttml#parameter"&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-core-attribs.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#parameter"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#parameter"
     schemaLocation="ttaf1-dfxp-parameter-items.xsd"/&gt;
   &lt;xs:group name="Parameters.class"&gt;
     &lt;xs:choice&gt;
@@ -7220,16 +7220,16 @@
   &lt;/xs:group&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-parameter-items-module" id="xsd-dfxp-parameter-items-module"/>C.2.2.12 Parameter Items Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1#parameter"
+<h5><a name="xsd-dfxp-parameter-items-module" id="xsd-dfxp-parameter-items-module"/>C.2.2.12 Parameter Items Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml#parameter"
   xml:lang="en" xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
-  xmlns:ttd="http://www.w3.org/2006/10/ttaf1#datatype"
-  xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter"&gt;
+  xmlns:tt="http://www.w3.org/ns/ttml"
+  xmlns:ttd="http://www.w3.org/ns/ttml#datatype"
+  xmlns:ttp="http://www.w3.org/ns/ttml#parameter"&gt;
   &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
     schemaLocation="xml.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#datatype"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#datatype"
     schemaLocation="ttaf1-dfxp-datatypes.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml"
     schemaLocation="ttaf1-dfxp-core-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-parameter-attribs.xsd"/&gt;
   &lt;xs:attributeGroup name="profile.attlist"&gt;
@@ -7297,11 +7297,11 @@
   &lt;/xs:group&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-parameter-attribs-module" id="xsd-dfxp-parameter-attribs-module"/>C.2.2.13 Parameter Attributes Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1#parameter"
+<h5><a name="xsd-dfxp-parameter-attribs-module" id="xsd-dfxp-parameter-attribs-module"/>C.2.2.13 Parameter Attributes Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml#parameter"
   xml:lang="en" xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:ttd="http://www.w3.org/2006/10/ttaf1#datatype"
-  xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter"&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#datatype"
+  xmlns:ttd="http://www.w3.org/ns/ttml#datatype"
+  xmlns:ttp="http://www.w3.org/ns/ttml#parameter"&gt;
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#datatype"
     schemaLocation="ttaf1-dfxp-datatypes.xsd"/&gt;
   &lt;xs:attribute name="cellResolution" type="ttd:cellResolution"/&gt;
   &lt;xs:attribute name="clockMode" type="ttd:clockMode"/&gt;
@@ -7329,11 +7329,11 @@
   &lt;/xs:attributeGroup&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-styling-attribs-module" id="xsd-dfxp-styling-attribs-module"/>C.2.2.14 Styling Attributes Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1#styling" xml:lang="en"
+<h5><a name="xsd-dfxp-styling-attribs-module" id="xsd-dfxp-styling-attribs-module"/>C.2.2.14 Styling Attributes Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml#styling" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:ttd="http://www.w3.org/2006/10/ttaf1#datatype"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#datatype"
+  xmlns:ttd="http://www.w3.org/ns/ttml#datatype"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#datatype"
     schemaLocation="ttaf1-dfxp-datatypes.xsd"/&gt;
   &lt;xs:attribute name="backgroundColor" type="ttd:color"/&gt;
   &lt;xs:attribute name="color" type="ttd:color"/&gt;
@@ -7389,14 +7389,14 @@
   &lt;/xs:attributeGroup&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-styling-module" id="xsd-dfxp-styling-module"/>C.2.2.15 Styling Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h5><a name="xsd-dfxp-styling-module" id="xsd-dfxp-styling-module"/>C.2.2.15 Styling Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"
-  xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
-  xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"&gt;
+  xmlns:tt="http://www.w3.org/ns/ttml"
+  xmlns:ttm="http://www.w3.org/ns/ttml#metadata"
+  xmlns:tts="http://www.w3.org/ns/ttml#styling"&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-core-attribs.xsd"/&gt;
   &lt;xs:include schemaLocation="ttaf1-dfxp-metadata.xsd"/&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#styling"
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#styling"
     schemaLocation="ttaf1-dfxp-styling-attribs.xsd"/&gt;
   &lt;xs:attributeGroup name="StyleBinding.attrib.class"&gt;
     &lt;xs:attribute name="style" type="xs:IDREFS"/&gt;
@@ -7429,11 +7429,11 @@
   &lt;xs:element name="style" type="tt:style.eltype"/&gt;
 &lt;/xs:schema&gt;
 </pre></div></div><div class="div4">
-<h5><a name="xsd-dfxp-timing-attribs-module" id="xsd-dfxp-timing-attribs-module"/>C.2.2.16 Timing Attributes Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
+<h5><a name="xsd-dfxp-timing-attribs-module" id="xsd-dfxp-timing-attribs-module"/>C.2.2.16 Timing Attributes Module</h5><div class="exampleInner"><pre>&lt;xs:schema targetNamespace="http://www.w3.org/ns/ttml" xml:lang="en"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
-  xmlns:ttd="http://www.w3.org/2006/10/ttaf1#datatype"
-  xmlns:tt="http://www.w3.org/2006/10/ttaf1"&gt;
-  &lt;xs:import namespace="http://www.w3.org/2006/10/ttaf1#datatype"
+  xmlns:ttd="http://www.w3.org/ns/ttml#datatype"
+  xmlns:tt="http://www.w3.org/ns/ttml"&gt;
+  &lt;xs:import namespace="http://www.w3.org/ns/ttml#datatype"
     schemaLocation="ttaf1-dfxp-datatypes.xsd"/&gt;
   &lt;xs:attributeGroup name="TimingInterval.attrib.class"&gt;
     &lt;xs:attribute name="begin" type="ttd:timeCoordinate"/&gt;
@@ -8614,8 +8614,8 @@
 <h3><a name="profile-dfxp-transformation" id="profile-dfxp-transformation"/>G.1 DFXP Transformation Profile</h3><p>The DFXP Transformation Profile is intended to be used to
 express minimum compliance for transformation processing.</p><div class="exampleInner"><pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
 &lt;!-- this file defines the "dfxp-transformation" profile of ttaf1 --&gt;
-&lt;profile xmlns="http://www.w3.org/2006/10/ttaf1#parameter"&gt;
-&lt;features xml:base="http://www.w3.org/2006/10/ttaf1/feature/"&gt;
+&lt;profile xmlns="http://www.w3.org/ns/ttml#parameter"&gt;
+&lt;features xml:base="http://www.w3.org/ns/ttml/feature/"&gt;
 &lt;!-- required (mandatory) feature support --&gt;
 &lt;feature value="required"&gt;#content&lt;/feature&gt;
 &lt;feature value="required"&gt;#core&lt;/feature&gt;
@@ -8749,7 +8749,7 @@
 &lt;feature value="optional"&gt;#writingMode&lt;/feature&gt;
 &lt;feature value="optional"&gt;#zIndex&lt;/feature&gt;
 &lt;/features&gt;
-&lt;extensions xml:base="http://www.w3.org/2006/10/ttaf1/extension/"&gt;
+&lt;extensions xml:base="http://www.w3.org/ns/ttml/extension/"&gt;
 &lt;!-- required (mandatory) extension support --&gt;
 &lt;!-- optional (voluntary) extension support --&gt;
 &lt;/extensions&gt;
@@ -8758,8 +8758,8 @@
 <h3><a name="profile-dfxp-presentation" id="profile-dfxp-presentation"/>G.2 DFXP Presentation Profile</h3><p>The DFXP Presentation Profile is intended to be used to
 express minimum compliance for presentation processing.</p><div class="exampleInner"><pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
 &lt;!-- this file defines the "dfxp-presentation" profile of ttaf1-dfxp --&gt;
-&lt;profile xmlns="http://www.w3.org/2006/10/ttaf1#parameter"&gt;
-&lt;features xml:base="http://www.w3.org/2006/10/ttaf1/feature/"&gt;
+&lt;profile xmlns="http://www.w3.org/ns/ttml#parameter"&gt;
+&lt;features xml:base="http://www.w3.org/ns/ttml/feature/"&gt;
 &lt;!-- required (mandatory) feature support --&gt;
 &lt;feature value="required"&gt;#content&lt;/feature&gt;
 &lt;feature value="required"&gt;#core&lt;/feature&gt;
@@ -8893,7 +8893,7 @@
 &lt;feature value="optional"&gt;#writingMode&lt;/feature&gt;
 &lt;feature value="optional"&gt;#zIndex&lt;/feature&gt;
 &lt;/features&gt;
-&lt;extensions xml:base="http://www.w3.org/2006/10/ttaf1/extension/"&gt;
+&lt;extensions xml:base="http://www.w3.org/ns/ttml/extension/"&gt;
 &lt;!-- required (mandatory) extension support --&gt;
 &lt;!-- optional (voluntary) extension support --&gt;
 &lt;/extensions&gt;
@@ -8902,8 +8902,8 @@
 <h3><a name="profile-dfxp-full" id="profile-dfxp-full"/>G.3 DFXP Full Profile</h3><p>The DFXP Full Profile is intended to be used to
 express maximum compliance for both transformation and presentation processing.</p><div class="exampleInner"><pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
 &lt;!-- this file defines the "dfxp-full" profile of ttaf1-dfxp --&gt;
-&lt;profile xmlns="http://www.w3.org/2006/10/ttaf1#parameter"&gt;
-&lt;features xml:base="http://www.w3.org/2006/10/ttaf1/feature/"&gt;
+&lt;profile xmlns="http://www.w3.org/ns/ttml#parameter"&gt;
+&lt;features xml:base="http://www.w3.org/ns/ttml/feature/"&gt;
 &lt;!-- required (mandatory) feature support --&gt;
 &lt;feature value="required"&gt;#animation&lt;/feature&gt;
 &lt;feature value="required"&gt;#backgroundColor-block&lt;/feature&gt;
@@ -9037,7 +9037,7 @@
 &lt;feature value="required"&gt;#zIndex&lt;/feature&gt;
 &lt;!-- optional (voluntary) feature support --&gt;
 &lt;/features&gt;
-&lt;extensions xml:base="http://www.w3.org/2006/10/ttaf1/extension/"&gt;
+&lt;extensions xml:base="http://www.w3.org/ns/ttml/extension/"&gt;
 &lt;!-- required (mandatory) extension support --&gt;
 &lt;!-- optional (voluntary) extension support --&gt;
 &lt;/extensions&gt;
@@ -9822,6 +9822,6 @@
 <span class="strong">Technical Changes</span>
 
 * Changed the media type from application/ttaf+xml to application/ttml+xml
-* Changed the namespace base to http://www.w3.org/ns/ttml
+* Update namespace URIs to use ns/ttml instead of 2006/10.
 * Changed the title of the document
 </pre></div></div></div></div></body></html>
\ No newline at end of file