--- a/ttml2/spec/ttml2.xml Thu Jan 08 01:25:49 2015 -0700
+++ b/ttml2/spec/ttml2.xml Thu Jan 08 20:00:08 2015 -0700
@@ -1122,7 +1122,7 @@
the <loc href="#terms-content-element">content element</loc> or <loc href="#layout-vocabulary-region"><el>region</el></loc> element associated with the animation.
An out-of-line animation appears as a child of an <loc href="#animation-vocabulary-animation"><el>animation</el></loc> element in the header
(<loc href="#document-structure-vocabulary-head"><el>head</el></loc> element)
-of a <loc href="#terms-document-instance">document instance</loc>, and specifies an <loc href="#content-attribute-id"><att>xml:id</att></loc> attribute
+of a <loc href="#terms-document-instance">document instance</loc>, and specifies an <loc href="#content-attribute-xml-id"><att>xml:id</att></loc> attribute
which value is referenced by an <loc href="#animation-attribute-animate"><att>animate</att></loc> attribute
on the associated element to be animated. There is a one-to-many relation between
a referenced out-of-line animation element and referencing <loc href="#terms-content-element">content elements</loc> and
@@ -1136,7 +1136,7 @@
a <loc href="#terms-content-element">content element</loc> associated with (to be selected into) the region.
An out-of-line region appears as a child of a <loc href="#layout-vocabulary-layout"><el>layout</el></loc> element in the header
(<loc href="#document-structure-vocabulary-head"><el>head</el></loc> element)
-of a <loc href="#terms-document-instance">document instance</loc>, and specifies an <loc href="#content-attribute-id"><att>xml:id</att></loc> attribute
+of a <loc href="#terms-document-instance">document instance</loc>, and specifies an <loc href="#content-attribute-xml-id"><att>xml:id</att></loc> attribute
which value is referenced by a <loc href="#layout-attribute-region"><att>region</att></loc> attribute
on the associated element to be selected into the region. There is a one-to-many relation between
a referenced out-of-line region element and referencing <loc href="#terms-content-element">content elements</loc>.
@@ -2891,9 +2891,9 @@
Core Attributes
</td>
<td>
-<loc href="#content-attribute-id">xml:id</loc>,
-<loc href="#content-attribute-lang">xml:lang</loc>,
-<loc href="#content-attribute-space">xml:space</loc>
+<loc href="#content-attribute-xml-id">xml:id</loc>,
+<loc href="#content-attribute-xml-lang">xml:lang</loc>,
+<loc href="#content-attribute-xml-space">xml:space</loc>
</td>
</tr>
<tr id="attribute-vocab-group-data">
@@ -3148,7 +3148,7 @@
designator = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
type = (processor|content) : processor
use = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, ((<loc href="#profile-vocabulary-features">ttp:features</loc>*, <loc href="#profile-vocabulary-extensions">ttp:extensions</loc>*)|<loc href="#profile-vocabulary-profile">ttp:profile</loc>*)
</ttp:profile>
@@ -3280,7 +3280,7 @@
<eg xml:space="preserve">
<ttp:features
xml:base = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc> : <emph>TT Feature Namespace</emph>
- <loc href="#content-attribute-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#profile-vocabulary-feature">ttp:feature</loc>*
</ttp:features>
@@ -3316,7 +3316,7 @@
extends = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
restricts = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
value = (optional|required|<phrase role="obsoleted">use</phrase>|prohibited) : <emph>see prose below</emph>
- <loc href="#content-attribute-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> #PCDATA
</ttp:feature>
@@ -3491,7 +3491,7 @@
<eg xml:space="preserve">
<ttp:extensions
xml:base = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc> : <emph>TT Extension Namespace</emph>
- <loc href="#content-attribute-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#profile-vocabulary-extension">ttp:extension</loc>*
</ttp:extensions>
@@ -3527,7 +3527,7 @@
extends = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
restricts = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
value = (optional|required|<phrase role="obsoleted">use</phrase>|prohibited) : <emph>see prose below</emph>
- <loc href="#content-attribute-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> #PCDATA
</ttp:extension>
@@ -5015,9 +5015,9 @@
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
<loc href="#style-attribute-extent">tts:extent</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
<loc href="#style-attribute-position">tts:position</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang"><phrase role="reqattr">xml:lang</phrase></loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>) : default
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang"><phrase role="reqattr">xml:lang</phrase></loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>) : default
{<emph>any attribute in TT Parameter namespace</emph>}
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
@@ -5105,9 +5105,9 @@
<eg xml:space="preserve">
<head
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#element-vocab-group-profile">Profile.class</loc>*, <loc href="#embedded-content-vocabulary-resources">resources</loc>?, <loc href="#styling-vocabulary-styling">styling</loc>?, <loc href="#layout-vocabulary-layout">layout</loc>?, <loc href="#animation-vocabulary-animation">animation</loc>?
</head>
@@ -5150,9 +5150,9 @@
<loc href="#layout-attribute-region">region</loc> = IDREF
<loc href="#style-attribute-style">style</loc> = IDREFS
<loc href="#timing-attribute-timeContainer">timeContainer</loc> = (<emph>par</emph>|<emph>seq</emph>)
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Metadata namespace</emph>}
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
@@ -5243,9 +5243,9 @@
<loc href="#layout-attribute-region">region</loc> = IDREF
<loc href="#style-attribute-style">style</loc> = IDREFS
<loc href="#timing-attribute-timeContainer">timeContainer</loc> = (<emph>par</emph>|<emph>seq</emph>)
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Metadata namespace</emph>}
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
@@ -5321,9 +5321,9 @@
<loc href="#layout-attribute-region">region</loc> = IDREF
<loc href="#style-attribute-style">style</loc> = IDREFS
<loc href="#timing-attribute-timeContainer">timeContainer</loc> = (<emph>par</emph>|<emph>seq</emph>)
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Metadata namespace</emph>}
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
@@ -5407,9 +5407,14 @@
<loc href="#layout-attribute-region">region</loc> = IDREF
<loc href="#style-attribute-style">style</loc> = IDREFS
<loc href="#timing-attribute-timeContainer">timeContainer</loc> = (<emph>par</emph>|<emph>seq</emph>)
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xlink-arcrole">xlink:arcrole</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</loc>+
+ <loc href="#content-attribute-xlink-href">xlink:href</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</loc>
+ <loc href="#content-attribute-xlink-role">xlink:role</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</loc>+
+ <loc href="#content-attribute-xlink-show">xlink:show</loc> = (<emph>new</emph>|<emph>replace</emph>|<emph>embed</emph>|<emph>other</emph>|<emph>none</emph>) : new
+ <loc href="#content-attribute-xlink-title">xlink:title</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Metadata namespace</emph>}
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
@@ -5436,6 +5441,11 @@
<p>If no <att>timeContainer</att> attribute is specified on
a <el>span</el> element, then it must be interpreted as having
<emph>parallel</emph> time containment semantics.</p>
+<p>The linking attributes <att>xlink:*</att> may be used to link a <el>span</el> element with related content, using the
+specified location (<code>href</code>), roles, and title. The behavior of link activation is affected by the <att>xlink:show</att> attribute,
+the precise meaning of which is determined by the <loc href="#terms-document-processing-context">document processing context</loc>.</p>
+<p>If a <el>span</el> element specifies an <att>xlink:href</att> attribute, then a nested <el>span</el> element descendant must not specify
+an <att>xlink:href</att> attribute, and, if it does, then the latter must be ignored for the purpose of presentation or activation processing.</p>
</div3>
<div3 id="content-vocabulary-br">
<head>br</head>
@@ -5459,9 +5469,9 @@
<loc href="#layout-attribute-region">region</loc> = IDREF
<loc href="#style-attribute-style">style</loc> = IDREFS
<loc href="#timing-attribute-timeContainer">timeContainer</loc> = (<emph>par</emph>|<emph>seq</emph>)
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Metadata namespace</emph>}
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
@@ -5493,9 +5503,18 @@
in the core vocabulary catalog:</p>
<ulist>
<item><p><specref ref="content-attribute-condition"/></p></item>
-<item><p><specref ref="content-attribute-id"/></p></item>
-<item><p><specref ref="content-attribute-lang"/></p></item>
-<item><p><specref ref="content-attribute-space"/></p></item>
+<item><p><specref ref="content-attribute-xml-id"/></p></item>
+<item><p><specref ref="content-attribute-xml-lang"/></p></item>
+<item><p><specref ref="content-attribute-xml-space"/></p></item>
+</ulist>
+<p>In addition, this section defines the following linking vocabulary used by certain element types
+in the core vocabulary catalog:</p>
+<ulist>
+<item><p><specref ref="content-attribute-xlink-arcrole"/></p></item>
+<item><p><specref ref="content-attribute-xlink-href"/></p></item>
+<item><p><specref ref="content-attribute-xlink-role"/></p></item>
+<item><p><specref ref="content-attribute-xlink-show"/></p></item>
+<item><p><specref ref="content-attribute-xlink-title"/></p></item>
</ulist>
<div3 id="content-attribute-condition">
<head>condition</head>
@@ -5512,13 +5531,43 @@
attribute that evaluates to <code>false</code>, then the content of that element is ignored for presentation purposes.</p>
</note>
</div3>
-<div3 id="content-attribute-id">
+<div3 id="content-attribute-xlink-arcrole">
+<head>xlink:arcrole</head>
+<p>The <att>xlink:arcrole</att> attribute is used as defined by <bibref ref="xlink11"/>.</p>
+<p>The <att>xlink:arcrole</att> attribute may be used with any <loc href="#content-vocabulary-span"><el>span</el></loc> or
+<loc href="#embedded-content-vocabulary-image"><el>image</el></loc> element.</p>
+</div3>
+<div3 id="content-attribute-xlink-href">
+<head>xlink:href</head>
+<p>The <att>xlink:href</att> attribute is used as defined by <bibref ref="xlink11"/>.</p>
+<p>The <att>xlink:href</att> attribute may be used with any <loc href="#content-vocabulary-span"><el>span</el></loc> or
+<loc href="#embedded-content-vocabulary-image"><el>image</el></loc> element.</p>
+</div3>
+<div3 id="content-attribute-xlink-role">
+<head>xlink:role</head>
+<p>The <att>xlink:role</att> attribute is used as defined by <bibref ref="xlink11"/>.</p>
+<p>The <att>xlink:role</att> attribute may be used with any <loc href="#content-vocabulary-span"><el>span</el></loc> or
+<loc href="#embedded-content-vocabulary-image"><el>image</el></loc> element.</p>
+</div3>
+<div3 id="content-attribute-xlink-show">
+<head>xlink:show</head>
+<p>The <att>xlink:show</att> attribute is used as defined by <bibref ref="xlink11"/>.</p>
+<p>The <att>xlink:show</att> attribute may be used with any <loc href="#content-vocabulary-span"><el>span</el></loc> or
+<loc href="#embedded-content-vocabulary-image"><el>image</el></loc> element.</p>
+</div3>
+<div3 id="content-attribute-xlink-title">
+<head>xlink:title</head>
+<p>The <att>xlink:title</att> attribute is used as defined by <bibref ref="xlink11"/>.</p>
+<p>The <att>xlink:title</att> attribute may be used with any <loc href="#content-vocabulary-span"><el>span</el></loc> or
+<loc href="#embedded-content-vocabulary-image"><el>image</el></loc> element.</p>
+</div3>
+<div3 id="content-attribute-xml-id">
<head>xml:id</head>
<p>The <att>xml:id</att> attribute is used as defined by
<bibref ref="xmlid"/>.</p>
<p>The <att>xml:id</att> attribute may be used with any element in the core vocabulary catalog.</p>
</div3>
-<div3 id="content-attribute-lang">
+<div3 id="content-attribute-xml-lang">
<head>xml:lang</head>
<p>The <att>xml:lang</att> attribute is used as defined by
<bibref ref="xml10"/>, §2.12, <emph>Language Identification</emph>.</p>
@@ -5526,7 +5575,7 @@
element and may be specified by an instance of any other element type
in the core vocabulary catalog except parameter vocabulary.</p>
</div3>
-<div3 id="content-attribute-space">
+<div3 id="content-attribute-xml-space">
<head>xml:space</head>
<p>The <att>xml:space</att> attribute is used as defined by
<bibref ref="xml10"/>, §2.10, <emph>White Space Handling</emph>.</p>
@@ -5979,7 +6028,7 @@
<loc href="#terms-enclosing-document-instance">enclosing document instance</loc>. In this case, the active time interval of the <el>audio</el> element
is the same as the active time interval of its parent <loc href="#embedded-content-vocabulary-resource"><el>resource</el></loc> element.</p>
<note role="elaboration">
-<p>A sharable definition of an <loc href="#terms-audio-resource">audio resource</loc> specifies an <loc href="#content-attribute-id"><att>xml:id</att></loc> attribute in order to be referenced
+<p>A sharable definition of an <loc href="#terms-audio-resource">audio resource</loc> specifies an <loc href="#content-attribute-xml-id"><att>xml:id</att></loc> attribute in order to be referenced
by <el>audio</el> elements in an <loc href="#terms-audio-presentation-context">audio presentation context</loc>.</p>
</note>
<p>When an <el>audio</el> element appears in an <loc href="#terms-audio-presentation-context">audio presentation context</loc>, it
@@ -5988,7 +6037,7 @@
<loc href="#terms-content-element">content element</loc>.
</p>
<note role="elaboration">
-<p>A non-sharable definition of an <loc href="#terms-audio-resource">audio resource</loc> may or may not specify an <loc href="#content-attribute-id"><att>xml:id</att></loc> attribute, but this
+<p>A non-sharable definition of an <loc href="#terms-audio-resource">audio resource</loc> may or may not specify an <loc href="#content-attribute-xml-id"><att>xml:id</att></loc> attribute, but this
identifier is not referenced by other <el>audio</el> elements, or, if it is, the reference is ignored.</p>
</note>
<p>The <el>audio</el> element accepts as its children
@@ -6005,9 +6054,9 @@
<loc href="#embedded-content-attribute-format">format</loc> = <loc href="#embedded-content-value-audio-format"><audio-format></loc>
<loc href="#embedded-content-attribute-src">src</loc> = <loc href="#embedded-content-value-audio"><audio></loc>
<loc href="#embedded-content-attribute-type">type</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute in TT Metadata namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
@@ -6067,7 +6116,7 @@
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
<loc href="#embedded-content-attribute-encoding">encoding</loc> = (base16|base32|base32hex|base64|base64url) : base64
length = <loc href="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger">xsd:nonNegativeInteger</loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> #PCDATA
</chunk>
@@ -6126,7 +6175,7 @@
the active time interval of its parent <loc href="#embedded-content-vocabulary-resource"><el>resource</el></loc> element and
the active time interval of its referring element.</p>
<note role="elaboration">
-<p>A sharable definition of a data resource specifies an <loc href="#content-attribute-id"><att>xml:id</att></loc> attribute in order to be referenced
+<p>A sharable definition of a data resource specifies an <loc href="#content-attribute-xml-id"><att>xml:id</att></loc> attribute in order to be referenced
by a fragment identifier used in a <loc href="#terms-data-binding-context">data binding context</loc>.</p>
</note>
<p>When a <el>data</el> element appears in a <loc href="#terms-data-binding-context">data binding context</loc>, it
@@ -6134,7 +6183,7 @@
of reference. In this case, the active time interval of the <el>data</el> element is the same as the active time interval of its closest ancestor timed element.
</p>
<note role="elaboration">
-<p>A non-sharable definition of a data resource may or may not specify an <loc href="#content-attribute-id"><att>xml:id</att></loc> attribute, but this
+<p>A non-sharable definition of a data resource may or may not specify an <loc href="#content-attribute-xml-id"><att>xml:id</att></loc> attribute, but this
identifier is not referenced in other <loc href="#terms-data-binding-context">data binding contexts</loc>, or, if it is, has no binding semantics.</p>
</note>
<p>The <el>data</el> element accepts one of the following three content models:
@@ -6167,9 +6216,9 @@
length = <loc href="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger">xsd:nonNegativeInteger</loc>
<loc href="#embedded-content-attribute-src">src</loc> = <loc href="#embedded-content-value-data"><data></loc>
<loc href="#embedded-content-attribute-type">type</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc> : <emph>see prose below</emph>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> #PCDATA | (<loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#embedded-content-vocabulary-chunk">chunk</loc>+) | (<loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#embedded-content-vocabulary-source">source</loc>+)
</data>
@@ -6300,9 +6349,9 @@
<loc href="#embedded-content-attribute-src">src</loc> = <loc href="#embedded-content-value-font"><font></loc>
<loc href="#embedded-content-attribute-type">type</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
weight = (normal|bold)
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#embedded-content-vocabulary-source">source</loc>*
</font>
@@ -6392,7 +6441,7 @@
in the <loc href="#terms-enclosing-document-instance">enclosing document instance</loc>. In this case, the active time interval of the <el>image</el> element
is the same as the active time interval of its parent <loc href="#embedded-content-vocabulary-resource"><el>resource</el></loc> element.</p>
<note role="elaboration">
-<p>A sharable definition of an <loc href="#terms-image-resource">image resource</loc> specifies an <loc href="#content-attribute-id"><att>xml:id</att></loc> attribute in order to be referenced
+<p>A sharable definition of an <loc href="#terms-image-resource">image resource</loc> specifies an <loc href="#content-attribute-xml-id"><att>xml:id</att></loc> attribute in order to be referenced
by an <el>image</el> element or by a <loc href="#style-attribute-backgroundImage"><att>tts:backgroundImage</att></loc> style attribute
in an <loc href="#terms-image-presentation-context">image presentation context</loc>.</p>
</note>
@@ -6402,7 +6451,7 @@
<loc href="#terms-content-element">content element</loc>.
</p>
<note role="elaboration">
-<p>A non-sharable definition of an <loc href="#terms-image-resource">image resource</loc> may or may not specify an <loc href="#content-attribute-id"><att>xml:id</att></loc> attribute, but this
+<p>A non-sharable definition of an <loc href="#terms-image-resource">image resource</loc> may or may not specify an <loc href="#content-attribute-xml-id"><att>xml:id</att></loc> attribute, but this
identifier is not referenced by other <el>image</el> elements, or, if it is, the reference is ignored.</p>
</note>
<p>When an <el>image</el> element appears as a child of a <loc href="#contentt-vocabulary-div"><el>div</el></loc> element, then its presentation
@@ -6429,9 +6478,14 @@
<loc href="#embedded-content-attribute-format">format</loc> = <loc href="#embedded-content-value-image-format"><image-format></loc>
<loc href="#embedded-content-attribute-src">src</loc> = <loc href="#embedded-content-value-image"><image></loc>
<loc href="#embedded-content-attribute-type">type</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xlink-arcrole">xlink:arcrole</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</loc>+
+ <loc href="#content-attribute-xlink-href">xlink:href</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</loc>
+ <loc href="#content-attribute-xlink-role">xlink:role</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</loc>+
+ <loc href="#content-attribute-xlink-show">xlink:show</loc> = (<emph>new</emph>|<emph>replace</emph>|<emph>embed</emph>|<emph>other</emph>|<emph>none</emph>) : new
+ <loc href="#content-attribute-xlink-title">xlink:title</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute in TT Metadata namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
@@ -6467,6 +6521,9 @@
<el>image</el> element in an <loc href="#terms-image-presentation-context">image presentation context</loc> and on the
<el>image</el> element in an <loc href="#terms-image-defining-context">image defining context</loc> to which the former refers, then
these attributes specified on the former take precedence over those specified on the latter.</p>
+<p>The linking attributes <att>xlink:*</att> may be used to link an <el>image</el> element with related content, using the
+specified location (<code>href</code>), roles, and title. The behavior of link activation is affected by the <att>xlink:show</att> attribute,
+the precise meaning of which is determined by the <loc href="#terms-document-processing-context">document processing context</loc>.</p>
<p>The use of the <el>image</el> element is illustrated by the following examples.</p>
<table id="embedded-content-vocabulary-image-example-1" role="example">
<caption>Example Fragment – External Image Resources</caption>
@@ -6566,9 +6623,9 @@
<eg xml:space="preserve">
<resources
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, (<loc href="#element-vocab-group-data">Data.class</loc>|<loc href="#element-vocab-group-embedded">Embedded.class</loc>|<loc href="#element-vocab-group-font">Font.class</loc>)*
</resources>
@@ -6608,9 +6665,9 @@
<loc href="#embedded-content-attribute-format">format</loc> = <loc href="#embedded-content-value-data-format"><data-format></loc>
<loc href="#embedded-content-attribute-src">src</loc> = <loc href="#embedded-content-value-data"><data></loc>
<loc href="#embedded-content-attribute-type">type</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#embedded-content-vocabulary-data">data</loc>?
</source>
@@ -7066,9 +7123,9 @@
<eg xml:space="preserve">
<initial
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*
@@ -7115,9 +7172,9 @@
<style
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
<loc href="#style-attribute-style">style</loc> = IDREFS
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*
@@ -7155,9 +7212,9 @@
<eg xml:space="preserve">
<styling
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#styling-vocabulary-initial">initial</loc>*, <loc href="#styling-vocabulary-style">style</loc>*
</styling>
@@ -13665,9 +13722,9 @@
<eg xml:space="preserve">
<layout
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#layout-vocabulary-region">region</loc>*
</layout>
@@ -13723,9 +13780,9 @@
<loc href="#style-attribute-style">style</loc> = IDREFS
<loc href="#timing-attribute-timeContainer">timeContainer</loc> = (<emph>par</emph>|<emph>seq</emph>)
<loc href="#metadata-attribute-role">ttm:role</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#element-vocab-group-animation">Animation.class</loc>*, <loc href="#styling-vocabulary-style">style</loc>*
@@ -13736,7 +13793,7 @@
</tbody>
</table>
<p>An <loc href="#terms-out-of-line-region">out-of-line</loc> <el>region</el> element
-must specify an <loc href="#content-attribute-id"><att>xml:id</att></loc> attribute.</p>
+must specify an <loc href="#content-attribute-xml-id"><att>xml:id</att></loc> attribute.</p>
<p>An <loc href="#terms-out-of-line-region">out-of-line</loc> <el>region</el> element may specify one or more of the timing attributes:
<att>begin</att>, <att>end</att>, <att>dur</att>. An <loc href="#terms-inline-region">inline</loc> <el>region</el> element must not
specifiy a timing attribute, and, if specified, must be ignored for the purpose
@@ -14875,9 +14932,9 @@
keyTimes = <loc href="#animation-value-keyTimes"><keyTimes></loc>
repeatCount = <loc href="#animation-value-repeatCount"><repeatCount></loc>
<loc href="#style-attribute-style">style</loc> = IDREFS
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*
@@ -14888,7 +14945,7 @@
</tbody>
</table>
<p>An <loc href="#terms-out-of-line-animation">out-of-line</loc> <el>animate</el> element
-must specify an <loc href="#content-attribute-id"><att>xml:id</att></loc> attribute.</p>
+must specify an <loc href="#content-attribute-xml-id"><att>xml:id</att></loc> attribute.</p>
<p>Style property attributes targeted by an <el>animate</el> element are specified directly using
attributes in the TT Style namespace or in a namespace that is not a TT namespace, where the list (sequence) of animation (key) values
adhere to the <loc href="#animation-value-animationValueList"><animationValueList></loc> syntax, and where each
@@ -15002,9 +15059,9 @@
<eg xml:space="preserve">
<animation
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#element-vocab-group-animation">Animation.class</loc>*
</animation>
@@ -15045,9 +15102,9 @@
fill = <loc href="#animation-value-fill"><fill></loc>
repeatCount = <loc href="#animation-value-repeatCount"><repeatCount></loc>
<loc href="#style-attribute-style">style</loc> = IDREFS
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*
@@ -15441,9 +15498,9 @@
<eg xml:space="preserve">
<metadata
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute in TT Metadata namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> (<loc href="#element-vocab-group-data"><code>Data.class</code></loc>|{<emph>any element in TT Metadata namespace</emph>}|{<emph>any element not in any TT namespace</emph>})*
@@ -15571,9 +15628,9 @@
<ttm:actor
<phrase role="reqattr">agent</phrase> = IDREF
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> EMPTY
</ttm:actor>
@@ -15605,9 +15662,9 @@
<ttm:agent
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
<phrase role="reqattr">type</phrase> = (<emph>person</emph>|<emph>character</emph>|<emph>group</emph>|<emph>organization</emph>|<emph>other</emph>)
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#metadata-vocabulary-name">ttm:name</loc>*, <loc href="#metadata-vocabulary-actor">ttm:actor</loc>?
</ttm:agent>
@@ -15701,9 +15758,9 @@
<eg xml:space="preserve">
<ttm:copyright
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> #PCDATA
</ttm:copyright>
@@ -15728,9 +15785,9 @@
<eg xml:space="preserve">
<ttm:desc
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> #PCDATA
</ttm:desc>
@@ -15761,9 +15818,9 @@
<ttm:item
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
<phrase role="reqattr">name</phrase> = <loc href="#metadata-value-item-name"><item-name></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> #PCDATA | <loc href="#metadata-vocabulary-item">ttm:item</loc>*
</ttm:item>
@@ -15834,9 +15891,9 @@
<ttm:name
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
<phrase role="reqattr">type</phrase> = (<emph>full</emph>|<emph>family</emph>|<emph>given</emph>|<emph>alias</emph>|<emph>other</emph>)
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> #PCDATA
</ttm:name>
@@ -15871,9 +15928,9 @@
<eg xml:space="preserve">
<ttm:title
<loc href="#content-attribute-condition">condition</loc> = <loc href="#content-value-condition"><condition></loc>
- <loc href="#content-attribute-id">xml:id</loc> = ID
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
+ <loc href="#content-attribute-xml-id">xml:id</loc> = ID
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> #PCDATA
</ttm:title>
@@ -16479,7 +16536,7 @@
<isd:sequence
size = <loc href="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger">xsd:nonNegativeInteger</loc>
version = <loc href="http://www.w3.org/TR/xmlschema-2/#positiveInteger">xsd:positiveInteger</loc>
- <loc href="#content-attribute-lang"><phrase role="reqattr">xml:lang</phrase></loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-lang"><phrase role="reqattr">xml:lang</phrase></loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
{<emph>any attribute in the <loc href="#isd-parameter-attribute-set">ISD Parameter Attribute Set</loc></emph>}>
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#profile-vocabulary-profile">ttp:profile</loc>?, <loc href="#isd-vocabulary-isd">isd:isd</loc>*
@@ -16506,7 +16563,7 @@
<p>The ISD abstraction referred to or implied by <bibref ref="ttml1"/> §9.3.2 was not concretely defined by that specification. Here we reserve version one (1)
for informal discussion of that earlier abstraction and its various (non-standardized) realizations.</p>
</note>
-<p>An <loc href="#content-attribute-lang"><att>xml:lang</att></loc> attribute must be specified on the
+<p>An <loc href="#content-attribute-xml-lang"><att>xml:lang</att></loc> attribute must be specified on the
<loc href="#isd-vocabulary-sequence"><el>isd:sequence</el></loc> element.
If its value is empty, it signifies that there is no default language that applies
to the content within the <loc href="#terms-intermediate-synchronic-document-sequence">Intermediate Synchronic Document Sequence</loc>. Otherwise,
@@ -16553,7 +16610,7 @@
<loc href="#timing-attribute-begin"><phrase role="reqattr">begin</phrase></loc> = <loc href="#timing-value-timeExpression"><timeExpression></loc>
<loc href="#timing-attribute-end"><phrase role="reqattr">end</phrase></loc> = <loc href="#timing-value-timeExpression"><timeExpression></loc>
version = <loc href="http://www.w3.org/TR/xmlschema-2/#positiveInteger">xsd:positiveInteger</loc>
- <loc href="#content-attribute-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
+ <loc href="#content-attribute-xml-lang">xml:lang</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
{<emph>any attribute in the <loc href="#isd-parameter-attribute-set">ISD Parameter Attribute Set</loc></emph>}>
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#profile-vocabulary-profile">ttp:profile</loc>?, <loc href="#isd-vocabulary-css">isd:css</loc>*, <loc href="#isd-vocabulary-region">isd:region</loc>*
@@ -16577,7 +16634,7 @@
<p>Expressed in the terminology of <bibref ref="smil3"/>, the values of these <att>begin</att> and <att>end</att> attributes
correspond to the resolved begin and end times of the <emph>active duration</emph> with respect to the <emph>document begin</emph>.</p>
</note>
-<p>An <loc href="#content-attribute-lang"><att>xml:lang</att></loc> attribute must be specified on the
+<p>An <loc href="#content-attribute-xml-lang"><att>xml:lang</att></loc> attribute must be specified on the
<loc href="#isd-vocabulary-isd"><el>isd:isd</el></loc> element if it is a standalone <loc href="#terms-intermediate-synchronic-document">Intermediate
Synchronic Document</loc> document; otherwise, it may be specified, and should be specified if the default language of the
<loc href="#isd-vocabulary-sequence"><el>isd:isd</el></loc> element differs from the default language of its
@@ -16613,7 +16670,7 @@
<td>
<eg xml:space="preserve">
<isd:css
- <loc href="#content-attribute-id"><phrase role="reqattr">xml:id</phrase></loc> = ID
+ <loc href="#content-attribute-xml-id"><phrase role="reqattr">xml:id</phrase></loc> = ID
{<emph>any attribute in TT Style namespace</emph>}
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*
@@ -16650,7 +16707,7 @@
<isd:region
<loc href="#style-attribute-style">style</loc> = IDREF
<loc href="#metadata-attribute-role">ttm:role</loc> = <loc href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</loc>
- <loc href="#content-attribute-id"><phrase role="reqattr">xml:id</phrase></loc> = ID
+ <loc href="#content-attribute-xml-id"><phrase role="reqattr">xml:id</phrase></loc> = ID
{<emph>any attribute not in default or any TT namespace</emph>}>
<emph>Content:</emph> <loc href="#element-vocab-group-metadata">Metadata.class</loc>*, <loc href="#animation-vocabulary-animate">animate</loc>*, <loc href="#document-structure-vocabulary-body">body</loc>
</isd:region>
@@ -17001,9 +17058,9 @@
feature if it recognizes and is capable of transforming the following
core attributes vocabulary defined by <specref ref="content"/>:</p>
<ulist>
-<item><p><loc href="#content-attribute-id">@<att>xml:id</att></loc></p></item>
-<item><p><loc href="#content-attribute-id">@<att>xml:lang</att></loc></p></item>
-<item><p><loc href="#content-attribute-id">@<att>xml:space</att></loc></p></item>
+<item><p><loc href="#content-attribute-xml-id">@<att>xml:id</att></loc></p></item>
+<item><p><loc href="#content-attribute-xml-id">@<att>xml:lang</att></loc></p></item>
+<item><p><loc href="#content-attribute-xml-id">@<att>xml:space</att></loc></p></item>
</ulist>
<p>A TTML <loc href="#terms-presentation-processor">presentation processor</loc> supports the <code>#core</code>
feature if it implements presentation semantic support for the
@@ -19148,9 +19205,9 @@
<tr>
<td><loc href="#feature-core"><code>#core</code></loc></td>
<td>
-<loc href="#content-attribute-id">@<att>xml:id</att></loc>,
-<loc href="#content-attribute-id">@<att>xml:lang</att></loc>,
-<loc href="#content-attribute-id">@<att>xml:space</att></loc>
+<loc href="#content-attribute-xml-id">@<att>xml:id</att></loc>,
+<loc href="#content-attribute-xml-id">@<att>xml:lang</att></loc>,
+<loc href="#content-attribute-xml-id">@<att>xml:space</att></loc>
</td>
</tr>
<tr>
@@ -19212,9 +19269,9 @@
<tr>
<td><loc href="#feature-core"><code>#core</code></loc></td>
<td>
-<loc href="#content-attribute-id">@<att>xml:id</att></loc>,
-<loc href="#content-attribute-id">@<att>xml:lang</att></loc>,
-<loc href="#content-attribute-id">@<att>xml:space</att></loc>
+<loc href="#content-attribute-xml-id">@<att>xml:id</att></loc>,
+<loc href="#content-attribute-xml-id">@<att>xml:lang</att></loc>,
+<loc href="#content-attribute-xml-id">@<att>xml:space</att></loc>
</td>
</tr>
<tr>
@@ -19449,6 +19506,11 @@
Content Accessibility Guidelines (WCAG) 2.0</titleref>, W3C Recommendation, 11 December 2008. (See
<xspecref href="http://www.w3.org/TR/2008/REC-WCAG20-20081211/">http://www.w3.org/TR/2008/REC-WCAG20-20081211/</xspecref>.)
</bibl>
+<bibl id="xlink11" key="XLink 1.1">Steve DeRose, et al.
+<titleref href="http://www.w3.org/TR/2006/REC-xml11-20060816/">XML Linking Language (XLink) Version 1.1</titleref>,
+W3C Recommendation, 06 May 2010. (See
+<xspecref href="http://www.w3.org/TR/2010/REC-xlink11-20100506/">http://www.w3.org/TR/2010/REC-xlink11-20100506/</xspecref>.)
+</bibl>
<bibl id="xml10" key="XML 1.0">Tim Bray, et al.
<titleref href="http://www.w3.org/TR/2008/REC-xml-20081126/">Extensible Markup Language (XML)
1.0 (Fifth Edition)</titleref>, W3C Recommendation, 26 November 2008. (See
@@ -20756,21 +20818,21 @@
<td>1</td>
</tr>
<tr>
-<td><loc href="#content-attribute-id"><code>xml:id</code></loc></td>
+<td><loc href="#content-attribute-xml-id"><code>xml:id</code></loc></td>
<td><code>xml:id</code></td>
<td><bibref ref="xmlid"/></td>
<td>complies with model</td>
<td></td>
</tr>
<tr>
-<td><loc href="#content-attribute-lang"><code>xml:lang</code></loc></td>
+<td><loc href="#content-attribute-xml-lang"><code>xml:lang</code></loc></td>
<td><code>xml:lang</code></td>
<td><bibref ref="xml10"/></td>
<td>complies with model</td>
<td></td>
</tr>
<tr>
-<td><loc href="#content-attribute-space"><code>xml:space</code></loc></td>
+<td><loc href="#content-attribute-xml-space"><code>xml:space</code></loc></td>
<td><code>xml:space</code></td>
<td><bibref ref="xml10"/></td>
<td>see notes</td>
@@ -20861,7 +20923,7 @@
<code>default</code>, which is defined in terms of whitespace
normalization. Semantics of preservation and default normalization are
defined in terms of presentation semantics by <specref
-ref="content-attribute-space"/>.</p>
+ref="content-attribute-xml-space"/>.</p>
</item>
<item>
<p>Defined to be inheritable.</p>