[ttml10se]
authorGlenn Adams <glenn@skynav.com>
Thu, 27 Jun 2013 03:10:04 -0600
changeset 411 b6b0d54ae5bc
parent 410 7c7dd3e5b383
child 412 216a924eba20
[ttml10se]
(1) narrow RNC/XSD role data type to match specification syntax;
(2) add examples of ttm:role in example 3 (used for schema testing);
(3) remove use of 'ttaf1' (substituting 'ttml') in profile files, etc.;
(4) clarify that undefined profile designators in TT Profile Namespace are reserved;
(5) replace definition of containerBegin with referenceBegin in Annex N, to handle sequential time containers;
(6) miscellaneous editorial corrections;
ttml10/spec/examples/ex3-all-elements.xml
ttml10/spec/profiles/dfxp-full.xml
ttml10/spec/profiles/dfxp-presentation.xml
ttml10/spec/profiles/dfxp-transformation.xml
ttml10/spec/rnc/schema.zip
ttml10/spec/rnc/ttaf1-dfxp-datatypes.rnc
ttml10/spec/ttaf1-dfxp.xml
ttml10/spec/ttml-changes.html
ttml10/spec/xsd/schema.zip
ttml10/spec/xsd/ttaf1-dfxp-datatypes.xsd
--- a/ttml10/spec/examples/ex3-all-elements.xml	Thu Jun 20 12:37:14 2013 +0800
+++ b/ttml10/spec/examples/ex3-all-elements.xml	Thu Jun 27 03:10:04 2013 -0600
@@ -59,7 +59,7 @@
     <tt:div>
       <tt:metadata xml:id="m7"/>
       <tt:set xml:id="a3" tts:writingMode="tb"/>
-      <tt:p ttm:agent="bond">
+      <tt:p ttm:agent="bond" ttm:role="caption x-extension-role-1">
         <tt:metadata xml:id="m8"/>
         <tt:set xml:id="a4" tts:visibility="hidden"/>
         <tt:span><tt:metadata xml:id="m9"/><tt:set xml:id="a5" tts:fontSize="20px"/>Text 1</tt:span>
--- a/ttml10/spec/profiles/dfxp-full.xml	Thu Jun 20 12:37:14 2013 +0800
+++ b/ttml10/spec/profiles/dfxp-full.xml	Thu Jun 27 03:10:04 2013 -0600
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- this file defines the "dfxp-full" profile of ttaf1-dfxp -->
+<!-- this file defines the "dfxp-full" profile of ttml -->
 <profile xmlns="http://www.w3.org/ns/ttml#parameter">
   <features xml:base="http://www.w3.org/ns/ttml/feature/">
     <!-- required (mandatory) feature support -->
--- a/ttml10/spec/profiles/dfxp-presentation.xml	Thu Jun 20 12:37:14 2013 +0800
+++ b/ttml10/spec/profiles/dfxp-presentation.xml	Thu Jun 27 03:10:04 2013 -0600
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- this file defines the "dfxp-presentation" profile of ttaf1-dfxp -->
+<!-- this file defines the "dfxp-presentation" profile of ttml -->
 <profile xmlns="http://www.w3.org/ns/ttml#parameter">
   <features xml:base="http://www.w3.org/ns/ttml/feature/">
     <!-- required (mandatory) feature support -->
--- a/ttml10/spec/profiles/dfxp-transformation.xml	Thu Jun 20 12:37:14 2013 +0800
+++ b/ttml10/spec/profiles/dfxp-transformation.xml	Thu Jun 27 03:10:04 2013 -0600
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- this file defines the "dfxp-transformation" profile of ttaf1 -->
+<!-- this file defines the "dfxp-transformation" profile of ttml -->
 <profile xmlns="http://www.w3.org/ns/ttml#parameter">
   <features xml:base="http://www.w3.org/ns/ttml/feature/">
     <!-- required (mandatory) feature support -->
Binary file ttml10/spec/rnc/schema.zip has changed
--- a/ttml10/spec/rnc/ttaf1-dfxp-datatypes.rnc	Thu Jun 20 12:37:14 2013 +0800
+++ b/ttml10/spec/rnc/ttaf1-dfxp-datatypes.rnc	Thu Jun 27 03:10:04 2013 -0600
@@ -141,7 +141,11 @@
   TTAF.URI.datatype
 
 TTAF.Role.datatype =
-  xsd:NMTOKENS
+  list { TTAF.RoleItem.datatype+ }
+
+TTAF.RoleItem.datatype =
+  TTAF.MetadataRoleBaseType.datatype |
+  xsd:NMTOKEN { pattern = "x-\c+" }
 
 TTAF.ShowBackground.datatype =
   "always" |
--- a/ttml10/spec/ttaf1-dfxp.xml	Thu Jun 20 12:37:14 2013 +0800
+++ b/ttml10/spec/ttaf1-dfxp.xml	Thu Jun 27 03:10:04 2013 -0600
@@ -501,19 +501,13 @@
 </def>
 </gitem>
 <gitem>
-<label>TT AS</label>
-<def>
-<p>Timed Text Authoring System</p>
-</def>
-</gitem>
-<gitem>
-<label>TT AF</label>
+<label>TTAF</label>
 <def>
 <p>Timed Text Authoring Format</p>
 </def>
 </gitem>
 <gitem>
-<label>TT WG</label>
+<label>TTWG</label>
 <def>
 <p>Timed Text Working Group</p>
 </def>
@@ -1255,9 +1249,11 @@
 would be
 <code>http://www.w3.org/ns/ttml/profile/dfxp-presentation</code>.</p>
 </note>
-<p>A profile designator is not restricted to the set of designators enumerated
-in <specref ref="profile-vocab-table"/>, but may be any URI that
-feasibly dereferences a TTML <emph>Profile Definition Document</emph>.</p>
+<p>All profile designators which have the TT Profile Namespace as a prefix but are otherwise not listed in
+<specref ref="profile-vocab-table"/> are reserved for future standardization, and must not be appear in a conformant
+<emph>Document Instance</emph>. Nothwithstanding this constraint, a profile designator is not restricted to the set of designators enumerated
+in <specref ref="profile-vocab-table"/>, but may be any URI that feasibly dereferences a TTML <emph>Profile Definition Document</emph>
+provided it does not use the TT Profile Namespace as a prefix.</p>
 <p>The profile of TTML that must be supported by a
 TTML <emph>Content Processor</emph> in order to process a <emph>Document Instance</emph> is determined either (1) by specifying a
 <att>ttp:profile</att> attribute on the root <el>tt</el> element, as
@@ -2162,7 +2158,7 @@
 <td>
 <eg xml:space="preserve">
 &lt;ttp:profile use="http://www.w3.org/ns/ttml/profile/dfxp-transformation"&gt;
-  &lt;ttp:extensions xml:base="http://example.org/ttaf1/extension/"&gt;
+  &lt;ttp:extensions xml:base="http://example.org/ttml/extension/"&gt;
     <phrase role="strong">&lt;ttp:extension value="use"&gt;#prefilter-by-language&lt;/ttp:extension&gt;</phrase>
   &lt;/ttp:extensions&gt;
 &lt;/ttp:profile&gt;
@@ -2242,14 +2238,14 @@
 requires the use of a monospaced font and a font size whose EM square exactly
 matches the cell size.</p>
 </note>
-<note role="elaboration">
 <p>Except where indicated otherwise, when a <loc href="#style-value-length">&lt;length&gt;</loc> expressed in
-cells expresses a dimension parallel to the inline or block progression dimension,
-the cell's dimension in the inline or block progression dimension applies, respectively.
-For example, if padding (on all four edges) is specified as 0.1c, the cell resolution
+cells denotes a dimension parallel to the inline or block progression dimension,
+the cell's dimension in the inline or block progression dimension applies, respectively.</p>
+<note role="example">
+<p>For example, if padding (on all four edges) is specified as 0.1c, the cell resolution
 is 20 by 10, and the extent of the <emph>Root Container Region</emph> is 640 by 480, then, assuming top to bottom,
-left to right writing mode, the start and end padding will be 640 / 20 * 0.1 pixels and the
-before and after padding will be 480 / 10 * 0.1 pixels.</p>
+left to right writing mode, the start and end padding will be (640 / 20) * 0.1 pixels and the
+before and after padding will be (480 / 10) * 0.1 pixels.</p>
 </note>
 </div3>
 <div3 id="parameter-attribute-clockMode">
@@ -7139,7 +7135,8 @@
 element group apply semantically to the <el>region</el> element.
 Any <el>style</el> child element must be considered a local style
 definition that applies only to the containing <el>region</el>
-element, i.e., does not apply for resolving referential styling.</p>
+element, i.e., does not apply for resolving referential styling (but does apply for region
+style inheritance).</p>
 <table id="elt-syntax-region" role="syntax">
 <caption>XML Representation &ndash; Element Information Item: region</caption>
 <tbody>
@@ -7315,8 +7312,8 @@
 form, <emph>DOC<sub>source</sub></emph>&thinsp;, 
 to an intermediate
 synchronic document form,
-<emph>DOC<sub>inter</sub></emph>&thinsp;, as follows:</p>
-
+<emph>DOC<sub>inter</sub></emph>&thinsp;, according to the
+<phrase role="strong">[construct intermediate document]</phrase> procedure:</p>
 <glist>
 <gitem>
 <label>[construct intermediate document]</label>
@@ -7332,7 +7329,7 @@
 <p>evaluating this sub-tree in a postorder traversal, prune elements if they
 are not a content element, if they are temporally inactive, if they are empty,
 or if they aren't associated with region <emph>R</emph> according to the
-<phrase role="strong">[associate region]</phrase>;</p>
+<phrase role="strong">[associate region]</phrase> procedure;</p>
 </item>
 <item>
 <p>if the pruned sub-tree is non-empty, then reparent it to the <emph>R</emph>
@@ -7586,7 +7583,7 @@
 non-overlapping regions that are styled identically except for their position
 and their foreground colors, the latter of which is inherited by and applies to
 the (and, in this case, anonymous) spans reparented into the regions.</p>
-<p>The following, first intermediate document shows the synchronic state at time
+<p>The following, first intermediate document shows the synchronic state for time
 interval [0,1), during which time only division <code>d1</code> is temporally active,
 and where paragraphs <code>p1</code> and <code>p2</code> (and their ancestors)
 are associated with regions <code>r1</code> and <code>r2</code>, respectively.</p>
@@ -7618,8 +7615,8 @@
 </tr>
 </tbody>
 </table>
-<p>The following, second intermediate document shows the synchronic state at
-time interval [1,2), at which time both divisions <code>d1</code> and
+<p>The following, second intermediate document shows the synchronic state for
+time interval [1,2), during which time both divisions <code>d1</code> and
 <code>d2</code> are temporally active, and where paragraphs <code>p1</code> and
 <code>p4</code> (and their ancestors) are associated with region <code>r1</code>
 and paragraphs <code>p2</code> and <code>p3</code> (and their ancestors) are
@@ -7634,8 +7631,8 @@
 </tr>
 </tbody>
 </table>
-<p>The following, third intermediate document shows the synchronic state at time
-interval [2,3), at which time only division <code>d2</code> is temporally active,
+<p>The following, third intermediate document shows the synchronic state for time
+interval [2,3), during which time only division <code>d2</code> is temporally active,
 and where paragraphs <code>p4</code> and <code>p3</code> (and their ancestors)
 are associated with regions <code>r1</code> and <code>r2</code>, respectively.</p>
 <table id="region-mapping-example-1-i2" role="example">
@@ -7866,9 +7863,9 @@
 </table>
 <p>If a &lt;timeExpression&gt; is expressed in terms of a
 <emph>clock-time</emph>, then leading zeroes are used when expressing hours,
-minutes, seconds, and frames less than 10. Minutes are constrained to the range
-[0&hellip;59], while seconds are constrained to [0&hellip;60], where the value 60
-applies only to leap seconds.</p>
+minutes, seconds, and frames less than 10. Minutes are constrained to
+[0&hellip;59], while seconds (including any fractional part) are constrained to the closed
+interval [0,60], where the value 60 applies only to leap seconds.</p>
 <p>If a &lt;timeExpression&gt; is expressed in terms of a
 <emph>clock-time</emph> and a <emph>frames</emph> term is specified,
 then the value of this term must be constrained to the interval
@@ -8079,7 +8076,7 @@
 <p>The <specref ref="metadata-vocabulary-metadata"/> element serves as
 a generic container element for grouping metadata information.</p>
 <p>In addition, the following elements, all defined in the TT Metadata Namespace,
-provide standard representations for common metadata that is expected to be commonly
+provide standard representations for metadata that is expected to be commonly
 used in a <emph>Document Instances</emph>:
 </p>
 <ulist>
@@ -8178,7 +8175,7 @@
 <td>
 <eg xml:space="preserve">
 ...
-&lt;div xmlns:ext="http://example.org/ttaf1#metadata"&gt;
+&lt;div xmlns:ext="http://example.org/ttml#metadata"&gt;
   &lt;metadata ext:ednote="remove this division prior to publishing"/&gt;
 &lt;/div&gt;
 ...
@@ -8741,8 +8738,8 @@
 behavior that must be followed when dealing with, among other things,
 unrecognized elements and attributes, both in TTML namespaces and in
 other namespaces.</p>
-<p>Because TTML is extensible, conformant "application/ttml+xml" processors must
-expect that content received is well-formed XML, but it cannot be
+<p>Because TTML is extensible, conformant "application/ttml+xml" processors may
+expect (and enforce) that content received is well-formed XML, but it cannot be
 guaranteed that the content is valid to a particular DTD or Schema or
 that the processor will recognize all of the elements and attributes
 in the document.</p>
@@ -8761,8 +8758,10 @@
 <gitem>
 <label>Applications that use this media type:</label>
 <def>
-<p>    TTML is used in the television industry for the purpose of authoring, transcoding and exchanging timed text information and for delivering captions for television material repurposed for the internet.</p>
-<p>There is partial and full support of TTML in components used by several Web browsers plugins, and in a number of caption authoring tools.</p>
+<p>TTML is used in the television industry for the purpose of authoring, transcoding and exchanging timed text information and for delivering captions, subtitles, and
+other metadata for television material repurposed for the Web or, more generally, the Internet.</p>
+<p>There is partial and full support of TTML in components used by several Web browsers plugins, and in a number of caption authoring tools. A TTML verification (including
+validation) utility is available in open source form at <loc href="http://github.com/skynav/ttv">http://github.com/skynav/ttv</loc>.</p>
 </def>
 </gitem>
 <gitem>
@@ -11542,8 +11541,8 @@
 </inform-div1>
 <inform-div1 id="requirements">
 <head>Requirements</head>
-<p>The Distribution Format Exchange Profile (DFXP) of the Timed Text Authoring
-Format (TTML) satisfies a subset of the requirements established by
+<p>The Timed Text Markup Language (TTML), also known as the Distribution Format Exchange Profile (DFXP) of the Timed Text Authoring
+Format (TTAF), satisfies a subset of the requirements established by
 <bibref ref="ttaf1-req"/>. The following table enumerates these requirements and
 indicates the extent to which they are satisfied by this specification, where
 <emph>S</emph> denotes a requirement is satisfied, <emph>P</emph> denotes
@@ -13119,44 +13118,37 @@
 <p>In the absence of other requirements, it is recommended that a <emph>Document Instance</emph> be concretely encoded as a
 well-formed XML 1.0 <bibref ref="xml10"/> document using the UTF-8 character encoding.</p>
 </inform-div1>
-
 <inform-div1 id="time-expression-semantics">
 <head>Time Expression Semantics</head>
-
 <p>This appendix describes the intended semantics for interpreting time expressions in <emph>Document Instances</emph>.</p>
-
 <note role="elaboration">
 <p>It is expected that the information in this appendix will be elevated to normative status in a future revision of this specification.</p>
 </note>
-
 <note role="clarification">
 <p>The phrase <emph>local real time</emph> as used below is intended to model a virtual real time clock in the document processing context, where
 <emph>local</emph> means in the immediate proximity of the implementation of this processing context. The intent
 of defining relationships with this virtual clock is to establish a locally valid physical realization of time for didactic purposes.</p>
 </note>
-
 <note role="clarification">
 <p>The phrase <emph>play rate</emph> as used below is intended to model a (possibly variable) parameter in the document processing context wherein
-the rate of playback (or interpretation) of time may artificially dilated or narrowed, for example, when speeding up or slowing down the rate of
+the rate of playback (or interpretation) of time may artificially dilated or narrowed, for example, when slowing down or speeding up the rate of
 playback of a <emph>Related Media Object</emph>. Without loss of generality, the following discussion assumes a fixed play(back) rate. In the case of
 variable play rates, appropriate adjustments may need to be made to the resulting computations.</p>
 </note>
-
 <div2 id="time-expression-semantics-clock">
 <head>Clock Time Base</head>
 <p>When operating with the <code>clock</code> time base, the following semantics should be applied for interpreting time expressions,
 as defined by <loc href="#timing-value-timeExpression">&lt;timeExpression&gt;</loc>, and their relationship to media time and local real time.</p>
-
 <p>The clock time base <phrase role="strong"><code>C</code></phrase> is related to local real time <phrase role="strong"><code>R</code></phrase>
 expressed in an arbitrary (implementation defined) epoch <phrase role="strong"><code>E</code></phrase>
 as follows:</p>
-
 <table id="clock-time-and-real-time" role="semantics">
 <caption>TTML Semantics &ndash; Clock Time and Real Time Relationship</caption>
 <tbody>
 <tr>
 <td>
 <slist>
+<sitem/>
 <sitem>
 <code>R = C + epochOffset + discontinuityOffset</code>
 </sitem>
@@ -13202,17 +13194,15 @@
 </tr>
 </tbody>
 </table>
-
-
 <p>Time value expressions, as denoted by a <loc href="#timing-value-timeExpression">&lt;timeExpression&gt;</loc>, are related to
 clock time <phrase role="strong"><code>C</code></phrase> as follows:</p>
-
 <table id="time-expressions-and-clock-time" role="semantics">
 <caption>TTML Semantics &ndash; Time Expressions and Clock Time Relationship</caption>
 <tbody>
 <tr>
 <td>
 <slist>
+<sitem/>
 <sitem>
 If a time expression uses the <emph>clock-time</emph> form or an <emph>offset-time</emph> form that doesn't use the ticks (<code>t</code>) metric, then:
 </sitem>
@@ -13252,6 +13242,7 @@
 <tr>
 <td>
 <slist>
+<sitem/>
 <sitem>
 <code>M &not;&prop; C</code>
 </sitem>
@@ -13261,7 +13252,6 @@
 </tr>
 </tbody>
 </table>
-
 <note role="elaboration">
 <p>That is to say, timing is disconnected from (not necessarily proportional to) media time when
 the <code>clock</code> time base is used. For example, if the media play rate is zero (0), media playback is suspended; however, timing coordinates
@@ -13269,23 +13259,20 @@
 during playback, presentation timing is not affected.
 </p>
 </note>
-
 </div2>
-
 <div2 id="time-expression-semantics-media">
 <head>Media Time Base</head>
 <p>When operating with the <code>media</code> time base, the following semantics should be applied for interpreting time expressions,
 as defined by <loc href="#timing-value-timeExpression">&lt;timeExpression&gt;</loc>, and their relationship to media time and local real time.</p>
-
 <p>The media time base <phrase role="strong"><code>M</code></phrase> is related to local real time <phrase role="strong"><code>R</code></phrase>
 expressed in an arbitrary (implementation defined) epoch <phrase role="strong"><code>E</code></phrase> as follows:</p>
-
 <table id="media-time-and-real-time" role="semantics">
 <caption>TTML Semantics &ndash; Media Time and Real Time Relationship</caption>
 <tbody>
 <tr>
 <td>
 <slist>
+<sitem/>
 <sitem>
 <code>R = playRate * M + epochOffset</code>
 </sitem>
@@ -13309,30 +13296,34 @@
 </tr>
 </tbody>
 </table>
-
 <p>Time value expressions, as denoted by a <loc href="#timing-value-timeExpression">&lt;timeExpression&gt;</loc>, are related to
 media time <phrase role="strong"><code>M</code></phrase> in accordance to the
 <code>ttp:frameRate</code>, <code>ttp:subFrameRate</code>, and <code>ttp:frameRateMultipler</code> parameters as follows:</p>
-
 <table id="time-expressions-and-media-time" role="semantics">
 <caption>TTML Semantics &ndash; Time Expressions and Media Time Relationship</caption>
 <tbody>
 <tr>
 <td>
 <slist>
+<sitem/>
 <sitem>
 If a time expression uses a <emph>clock-time</emph> form or an <emph>offset-time</emph> form that doesn't use the ticks (<code>t</code>) metric, then:
 </sitem>
 <sitem/>
 <sitem>
 <code>
-M = containerBegin + 3600 * hours + 60 * minutes + seconds + ((frames + (subFrames / subFrameRate)) / effectiveFrameRate)
+M = referenceBegin + 3600 * hours + 60 * minutes + seconds + ((frames + (subFrames / subFrameRate)) / effectiveFrameRate)
 </code>
 </sitem>
 <sitem/>
 <sitem>
-where <code>containerBegin</code> is the media time that corresponds to the beginning of the nearest ancestor time container or
-zero (0) if this time container is the <emph>Root Temporal Extent</emph>;
+where <code>referenceBegin</code> is determined according to whether the nearest ancestor time container employs
+parallel (<code>par</code>) or sequential (<code>seq</code>) semantics: if parallel or if sequential and no prior sibling
+timed element exists, then <code>referenceBegin</code>
+is the media time that corresponds to the beginning of the nearest ancestor time container or
+zero (0) if this time container is the <emph>Root Temporal Extent</emph>; otherwise, if sequential and a prior sibling
+timed element exists, then <code>referenceBegin</code> is the media time that corresponds to the active end of the
+immediate prior sibling timed element;
 </sitem>
 <sitem/>
 <sitem>
@@ -13356,12 +13347,12 @@
 <sitem/>
 <sitem>
 <code>
-M = containerBegin + ticks / tickRate
+M = referenceBegin + ticks / tickRate
 </code>
 </sitem>
 <sitem/>
 <sitem>
-where <code>containerBegin</code> is as described above;
+where <code>referenceBegin</code> is as described above;
 </sitem>
 <sitem/>
 <sitem>
@@ -13385,27 +13376,24 @@
 this assumption doesn't hold, then an additional offset that accounts for the difference may be introduced when computing media time <code>M</code>.</p>
 </note>
 </div2>
-
 <div2 id="time-expression-semantics-smpte">
 <head>SMPTE Time Base</head>
 <p>When operating with the <code>smpte</code> time base, the following semantics should be applied for interpreting time expressions,
 as defined by <loc href="#timing-value-timeExpression">&lt;timeExpression&gt;</loc>, and their relationship to media time and local real time.</p>
-
 <p>If the computed value of the <att>ttp:markerMode</att> parameter is <code>discontinuous</code>, then there is no direct relationship between
 time expressions and media time <phrase role="strong"><code>M</code></phrase> or local real time <phrase role="strong"><code>R</code></phrase>. In
 this case, time expressions refer to synchronization events (markers) emitted by the <emph>Document Processing Context</emph> when <emph>SMPTE Time
 Codes</emph> are encountered in the <emph>Related Media Object</emph>.</p>
-
 <p>Otherwise, if the computed value of the <att>ttp:markerMode</att> parameter is <code>continuous</code>, then the relationships between time expressions and
 local real time and media time are as described below in terms of a <emph>Synthetic SMPTE Document Syncbase</emph>, here referred to as the
 SMPTE time base <phrase role="strong"><code>S</code></phrase>.</p>
-
 <table id="time-expressions-and-smpte-time" role="semantics">
 <caption>TTML Semantics &ndash; Time Expressions and SMPTE Time Relationship</caption>
 <tbody>
 <tr>
 <td>
 <slist>
+<sitem/>
 <sitem>
 <code>S = (countedFrames - droppedFrames + (subFrames / subFrameRate)) / effectiveFrameRate</code>
 </sitem>
@@ -13469,22 +13457,26 @@
 </tr>
 </tbody>
 </table>
-
 <p>The SMPTE time base <phrase role="strong"><code>S</code></phrase> is related to the media time base <phrase role="strong"><code>M</code></phrase> as follows:</p>
-
 <table id="smpte-time-and-media-time" role="semantics">
 <caption>TTML Semantics &ndash; SMPTE Time and Media Time Relationship</caption>
 <tbody>
 <tr>
 <td>
 <slist>
+<sitem/>
 <sitem>
-<code>M = containerBegin + S</code>
+<code>M = referenceBegin + S</code>
 </sitem>
 <sitem/>
 <sitem>
-where <code>containerBegin</code> is the SMPTE time that corresponds to the beginning of the nearest ancestor time container or
-zero (0) if this time container is the <emph>Root Temporal Extent</emph>;
+where <code>referenceBegin</code> is determined according to whether the nearest ancestor time container employs
+parallel (<code>par</code>) or sequential (<code>seq</code>) semantics: if parallel or if sequential and no prior sibling
+timed element exists, then <code>referenceBegin</code>
+is the SMPTE time that corresponds to the beginning of the nearest ancestor time container or
+zero (0) if this time container is the <emph>Root Temporal Extent</emph>; otherwise, if sequential and a prior sibling
+timed element exists, then <code>referenceBegin</code> is the SMPTE time that corresponds to the active end of the
+immediate prior sibling timed element;
 </sitem>
 <sitem/>
 </slist>
@@ -13492,13 +13484,10 @@
 </tr>
 </tbody>
 </table>
-
 <p>Given the derived media time base as described above, then 
 media time base <phrase role="strong"><code>M</code></phrase> is related to the local real time <phrase role="strong"><code>R</code></phrase>
 as described in <specref ref="time-expression-semantics-media"/> above.</p>
-
 </div2>
-
 </inform-div1>
 <inform-div1 id="common-styling">
 <head>Common Caption Style Examples</head>
--- a/ttml10/spec/ttml-changes.html	Thu Jun 20 12:37:14 2013 +0800
+++ b/ttml10/spec/ttml-changes.html	Thu Jun 27 03:10:04 2013 -0600
@@ -47,6 +47,8 @@
 
 * Change "MIME Media Types" to "Media Types" throughout.
 * Change "external time interval" to "Root Temporal Extent" throughout.
+* In 2.1, remove unreferenced acronym "TT AS".
+* In 2.1, rewrite "TT AF" and "TT WG" as "TTAF" and "TTWG", respectively.
 * In 2.2, add new terminology: Computed Cell Size, Document Instance, Document Interchange
   Context, Document Processing Context, Presentation Processor, Related Media Object,
   Related Media Object Region, Root Temporal Extent, SMPTE Time Code, Synthetic Document
@@ -56,6 +58,10 @@
   semantics".
 * In 4.1, change "normative schemas" to "schemas", since the included schemas do not define
   the normative validity of TTML documents.
+* In 5.2, clarify that profile designators that employ the TT Profile Namespace but are
+  not listed in Table 2 are reserved for future standardization and must not be used.
+* In 5.2, clarify that use of other URIs than listed in Table 2 must not use the TT Profile
+  Namespace as a prefix.
 * In 5.2, clarify the circumstances where the Document Interchange Context would
   determine the default profile in the absence of a ttp:profile attribute or ttp:profile
   element.
Binary file ttml10/spec/xsd/schema.zip has changed
--- a/ttml10/spec/xsd/ttaf1-dfxp-datatypes.xsd	Thu Jun 20 12:37:14 2013 +0800
+++ b/ttml10/spec/xsd/ttaf1-dfxp-datatypes.xsd	Thu Jun 27 03:10:04 2013 -0600
@@ -199,10 +199,26 @@
     <xs:restriction base="xs:anyURI"/>
   </xs:simpleType>
   <xs:simpleType name="role">
+    <xs:restriction>
+      <xs:simpleType>
+        <xs:list itemType="ttd:roleItem"/>
+      </xs:simpleType>
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:simpleType name="roleItem">
     <xs:annotation>
       <xs:documentation>metadataRoleBaseType | "x-"string</xs:documentation>
     </xs:annotation>
-    <xs:restriction base="xs:NMTOKENS"/>
+    <xs:union>
+      <xs:simpleType>
+        <xs:restriction base="ttd:metadataRoleBaseType"/>
+      </xs:simpleType>
+      <xs:simpleType>
+        <xs:restriction base="xs:NMTOKEN">
+          <xs:pattern value="x-\c+"/>
+        </xs:restriction>
+      </xs:simpleType>
+    </xs:union>
   </xs:simpleType>
   <xs:simpleType name="showBackground">
     <xs:restriction base="xs:token">