CVS WWW/International/multilingualweb/lt/drafts/its20

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20
In directory gil:/tmp/cvs-serv12432

Modified Files:
	its20.html its20.odd 
Log Message:
its annotation changes, see http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Dec/0006.html for details

--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html	2012/12/01 11:27:25	1.293
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html	2012/12/01 19:33:00	1.294
@@ -1237,9 +1237,9 @@
               <a href="#terminology" shape="rect">Terminology</a> data category, providing confidence
             information via the <code class="its-attr-markup">termConfidence</code> attribute.</p><p>ITS 2.0 provides a mechanism to associate such processor information with the use of
             individual data categories in a document, independently from data category annotations
-            themselves.</p><p>The attribute <code class="its-attr-markup">toolsRef</code> provides a way to associate all the annotations of a
+            themselves.</p><p>The attribute <code class="its-attr-markup">annotatorRef</code> provides a way to associate all the annotations of a
             given data category within the element with information about the processor that
-            generated those data category annotations.</p><p>The value of <code class="its-attr-markup">toolsRef</code> is a space-separated list of references where each
+            generated those data category annotations.</p><p>The value of <code class="its-attr-markup">annotatorRef</code> is a space-separated list of references where each
             reference is composed of two parts: a data category identifier and an IRI. These two
             parts are separated by a character <code>|</code> VERTICAL LINE (U+007C).</p><ul><li><p>The data category identifier <a href="#rfc2119" shape="rect">MUST</a> be one of the
                 identifiers specified in the <a href="#datacategories-overview" shape="rect">data category
@@ -1248,48 +1248,48 @@
                 indicate processor information. Possible mechanisms are: to encode information
                 directly in the IRI, e.g. as parameters; to reference an external resource that
                 provides such information, e.g. an XML file or an RDF declaration; or to reference
-                another part of the document that provides such information.</p></li></ul><p>In HTML documents, the mechanism is implemented with the <code class="its-attr-markup">its-tools-ref</code>
+                another part of the document that provides such information.</p></li></ul><p>In HTML documents, the mechanism is implemented with the <code class="its-attr-markup">its-annotator-ref</code>
             attribute.</p><p>The attribute applies to the content of the element where it is declared (including its
             children elements) and to the attributes of that element.</p><p>On any given node, the information provided by this mechanism is a space-separated list
-            of the accumulated references found it the <code class="its-attr-markup">toolsRef</code> attributes declared in
+            of the accumulated references found it the <code class="its-attr-markup">annotatorRef</code> attributes declared in
             the enclosing elements and sorted by data category identifiers. For each data category,
-            the IRI part is the one of the inner-most declarartion.</p><div class="exampleOuter"><div class="exampleHeader"><a name="EX-its-tool-annotation-1" id="EX-its-tool-annotation-1" shape="rect"/>Example 26: Accumulation and Overriding of the <code class="its-attr-markup">toolsRef</code> Values</div><p>In this example, the text shows the computed tools reference information for the
+            the IRI part is the one of the inner-most declarartion.</p><div class="exampleOuter"><div class="exampleHeader"><a name="EX-its-tool-annotation-1" id="EX-its-tool-annotation-1" shape="rect"/>Example 26: Accumulation and Overriding of the <code class="its-attr-markup">annotatorRef</code> Values</div><p>In this example, the text shows the computed tools reference information for the
               given node. Note that the references are ordered alphabetically and that the IRI
-              values are always the ones of the inner-most declaration.</p><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: #000096">&lt;doc</strong> <span class="hl-attribute" style="color: #F5844C">its:version</span>=<span class="hl-value" style="color: #993300">"2.0"</span> <span class="hl-attribute" style="color: #F5844C">xmlns:its</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/2005/11/its"</span>
-     <span class="hl-attribute" style="color: #F5844C">its:toolsRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|MT1"</span><strong class="hl-tag" style="color: #000096">
+              values are always the ones of the inner-most declaration.</p><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: #000096">&lt;doc</strong> <span class="hl-attribute" style="color: #F5844C">its:version</span>=<span class="hl-value" style="color: #993300">"1.5"</span> <span class="hl-attribute" style="color: #F5844C">xmlns:its</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/2005/11/its"</span>
+     <span class="hl-attribute" style="color: #F5844C">its:annotatorRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|MT1"</span><strong class="hl-tag" style="color: #000096">
   &gt;</strong>doc node: "mt-confidence|MT1"
- <strong class="hl-tag" style="color: #000096">&lt;group</strong> <span class="hl-attribute" style="color: #F5844C">its:toolsRef</span>=<span class="hl-value" style="color: #993300">"lq-issue|ABC"</span><strong class="hl-tag" style="color: #000096">
+ <strong class="hl-tag" style="color: #000096">&lt;group</strong> <span class="hl-attribute" style="color: #F5844C">its:annotatorRef</span>=<span class="hl-value" style="color: #993300">"lq-issue|ABC"</span><strong class="hl-tag" style="color: #000096">
   &gt;</strong>group node: "lq-issues|ABC mt-confidence|MT1"
-  <strong class="hl-tag" style="color: #000096">&lt;p</strong> <span class="hl-attribute" style="color: #F5844C">its:toolsRef</span>=<span class="hl-value" style="color: #993300">"disambiguation|Tool3"</span><strong class="hl-tag" style="color: #000096">
+  <strong class="hl-tag" style="color: #000096">&lt;p</strong> <span class="hl-attribute" style="color: #F5844C">its:annotatorRef</span>=<span class="hl-value" style="color: #993300">"disambiguation|Tool3"</span><strong class="hl-tag" style="color: #000096">
    &gt;</strong>This p node: "disambiguation|Tool3 lq-issue|ABC mt-confidence|MT1"<strong class="hl-tag" style="color: #000096">&lt;/p&gt;</strong>
-  <strong class="hl-tag" style="color: #000096">&lt;p</strong> <span class="hl-attribute" style="color: #F5844C">its:toolsRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|MT123"</span><strong class="hl-tag" style="color: #000096">
+  <strong class="hl-tag" style="color: #000096">&lt;p</strong> <span class="hl-attribute" style="color: #F5844C">its:annotatorRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|MT123"</span><strong class="hl-tag" style="color: #000096">
    &gt;</strong>This p node: "disambiguation|Tool3 lq-issue|ABC mt-confidence|MT123"<strong class="hl-tag" style="color: #000096">&lt;/p&gt;</strong>
  <strong class="hl-tag" style="color: #000096">&lt;/group&gt;</strong>
- <strong class="hl-tag" style="color: #000096">&lt;p</strong> <span class="hl-attribute" style="color: #F5844C">its:toolsRef</span>=<span class="hl-value" style="color: #993300">"disambiguation|XYZ"</span><strong class="hl-tag" style="color: #000096">
+ <strong class="hl-tag" style="color: #000096">&lt;p</strong> <span class="hl-attribute" style="color: #F5844C">its:annotatorRef</span>=<span class="hl-value" style="color: #993300">"disambiguation|XYZ"</span><strong class="hl-tag" style="color: #000096">
   &gt;</strong>This p node: "disambiguation|XYZ mt-confidence|MT1"<strong class="hl-tag" style="color: #000096">&lt;/p&gt;</strong>
 <strong class="hl-tag" style="color: #000096">&lt;/doc&gt;</strong>
-</pre></div><p>[Source file: <a href="examples/xml/EX-its-tool-annotation-1.xml" shape="rect">examples/xml/EX-its-tool-annotation-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-its-tool-annotation-2" id="EX-its-tool-annotation-2" shape="rect"/>Example 27: Example of ITS Tool Annotation</div><p>The <code class="its-attr-markup">toolsRef</code> attribute is used in this XML document to indicate that
+</pre></div><p>[Source file: <a href="examples/xml/EX-its-tool-annotation-1.xml" shape="rect">examples/xml/EX-its-tool-annotation-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-its-tool-annotation-2" id="EX-its-tool-annotation-2" shape="rect"/>Example 27: Example of ITS Tool Annotation</div><p>The <code class="its-attr-markup">annotatorRef</code> attribute is used in this XML document to indicate that
               information about the processor that generated the <code class="its-attr-markup">mtConfidence</code> values for
               the first two <code>p</code> elements are found in element with <code>id="T1"</code>
               in the external document tools.xml, while that information for the third
                 <code>p</code> element is found in the element with <code>id="T2"</code> in the same
-              document. In addition, <code class="its-attr-markup">toolsRef</code> is used to identify a Web resource with
+              document. In addition, <code class="its-attr-markup">annotatorRef</code> is used to identify a Web resource with
               information about the QA tool used to generate the <a href="#lqissue" shape="rect">Localization
                 Quality Issue</a> annotation in the document.</p><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: #000096">&lt;doc</strong> <span class="hl-attribute" style="color: #F5844C">its:version</span>=<span class="hl-value" style="color: #993300">"2.0"</span>
-    <span class="hl-attribute" style="color: #F5844C">its:toolsRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|file:///tools.xml#T1 lq-issue|http://www.qalsp-ex.com/qatools/transcheckv1.3"</span>
+    <span class="hl-attribute" style="color: #F5844C">its:annotatorRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|file:///tools.xml#T1 lq-issue|http://www.qalsp-ex.com/qatools/transcheckv1.3"</span>
     <span class="hl-attribute" style="color: #F5844C">xmlns:its</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/2005/11/its"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;p</strong> <span class="hl-attribute" style="color: #F5844C">its:mtConfidence</span>=<span class="hl-value" style="color: #993300">"0.78"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>Text translated with tool T1<strong class="hl-tag" style="color: #000096">&lt;/p&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;p</strong> <span class="hl-attribute" style="color: #F5844C">its:mtConfidence</span>=<span class="hl-value" style="color: #993300">"0.55"</span> <span class="hl-attribute" style="color: #F5844C">its:locQualityIssueType</span>=<span class="hl-value" style="color: #993300">"typographical"</span>
         <span class="hl-attribute" style="color: #F5844C">its:locQualityIssueComment</span>=<span class="hl-value" style="color: #993300">"Sentence without capitalization"</span>
         <span class="hl-attribute" style="color: #F5844C">its:locQualityIssueSeverity</span>=<span class="hl-value" style="color: #993300">"50"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>text also translated with tool T1<strong class="hl-tag" style="color: #000096">&lt;/p&gt;</strong>
-    <strong class="hl-tag" style="color: #000096">&lt;p</strong> <span class="hl-attribute" style="color: #F5844C">its:mtConfidence</span>=<span class="hl-value" style="color: #993300">"0.34"</span> <span class="hl-attribute" style="color: #F5844C">its:toolsRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|file:///tools.xml#T2"</span><strong class="hl-tag" style="color: #000096">&gt;</strong> Text translated
+    <strong class="hl-tag" style="color: #000096">&lt;p</strong> <span class="hl-attribute" style="color: #F5844C">its:mtConfidence</span>=<span class="hl-value" style="color: #993300">"0.34"</span> <span class="hl-attribute" style="color: #F5844C">its:annotatorRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|file:///tools.xml#T2"</span><strong class="hl-tag" style="color: #000096">&gt;</strong> Text translated
         with tool T2<strong class="hl-tag" style="color: #000096">&lt;/p&gt;</strong>
 <strong class="hl-tag" style="color: #000096">&lt;/doc&gt;</strong>
-</pre></div><p>[Source file: <a href="examples/xml/EX-its-tool-annotation-2.xml" shape="rect">examples/xml/EX-its-tool-annotation-2.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-its-tool-annotation-html5-1" id="EX-its-tool-annotation-html5-1" shape="rect"/>Example 28: Example of ITS Tool Annotation</div><p>The <code class="its-attr-markup">its-tools-ref</code> attributes are used in this HTML document to indicate
+</pre></div><p>[Source file: <a href="examples/xml/EX-its-tool-annotation-2.xml" shape="rect">examples/xml/EX-its-tool-annotation-2.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-its-tool-annotation-html5-1" id="EX-its-tool-annotation-html5-1" shape="rect"/>Example 28: Example of ITS Tool Annotation</div><p>The <code class="its-attr-markup">its-annotator-ref</code> attributes are used in this HTML document to indicate
               that the <a href="#mtconfidence" shape="rect">MT Confidence</a> annotation on the first two
                 <code>span</code> elements come from one MT (French to English) engine, while the
               annotation on the third comes from another (Italian to English) engine. Both
-                <code class="its-attr-markup">its-tools-ref</code> attributes refer to a Web resource for information about
+                <code class="its-attr-markup">its-annotator-ref</code> attributes refer to a Web resource for information about
               the engine generating the <a href="#mtconfidence" shape="rect">MT Confidence</a>
               annotation.</p><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: #000096">&lt;html</strong> <span class="hl-attribute" style="color: #F5844C">lang</span>=<span class="hl-value" style="color: #993300">en</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;head&gt;</strong>
@@ -1298,12 +1298,12 @@
                 machine translated into english with mtConfidence defined 
                 locally.<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;/head&gt;</strong>
-    <strong class="hl-tag" style="color: #000096">&lt;body</strong> <span class="hl-attribute" style="color: #F5844C">its-tools-ref</span>=<span class="hl-value" style="color: #993300">"mt-confidence|http://www.exmt-prov.com/2012/11/9/fr-t-en"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;body</strong> <span class="hl-attribute" style="color: #F5844C">its-annotator-ref</span>=<span class="hl-value" style="color: #993300">"mt-confidence|http://www.exmt-prov.com/2012/11/9/fr-t-en"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
         <strong class="hl-tag" style="color: #000096">&lt;p&gt;</strong>     
             <strong class="hl-tag" style="color: #000096">&lt;span</strong> <span class="hl-attribute" style="color: #F5844C">its-mt-confidence</span>=<span class="hl-value" style="color: #993300">0.8982</span><strong class="hl-tag" style="color: #000096">&gt;</strong>Dublin is the capital of Ireland.<strong class="hl-tag" style="color: #000096">&lt;/span&gt;</strong>
             <strong class="hl-tag" style="color: #000096">&lt;span</strong> <span class="hl-attribute" style="color: #F5844C">its-mt-confidence</span>=<span class="hl-value" style="color: #993300">0.8536</span><strong class="hl-tag" style="color: #000096">&gt;</strong>The capital of the Czech Republic is Prague.<strong class="hl-tag" style="color: #000096">&lt;/span&gt;</strong>
             <strong class="hl-tag" style="color: #000096">&lt;span</strong> <span class="hl-attribute" style="color: #F5844C">its-mt-confidence</span>=<span class="hl-value" style="color: #993300">0.7009</span>
-                <span class="hl-attribute" style="color: #F5844C">its-tools-ref</span>=<span class="hl-value" style="color: #993300">"mt-confidence|http://www.exmt-prov.com/2012/11/9/it-t-en"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>The capital Italia is Roma.<strong class="hl-tag" style="color: #000096">&lt;/span&gt;</strong>
+                <span class="hl-attribute" style="color: #F5844C">its-annotator-ref</span>=<span class="hl-value" style="color: #993300">"mt-confidence|http://www.exmt-prov.com/2012/11/9/it-t-en"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>The capital Italia is Roma.<strong class="hl-tag" style="color: #000096">&lt;/span&gt;</strong>
         <strong class="hl-tag" style="color: #000096">&lt;/p&gt;</strong>  
     <strong class="hl-tag" style="color: #000096">&lt;/body&gt;</strong>
 <strong class="hl-tag" style="color: #000096">&lt;/html&gt;</strong>
@@ -1738,9 +1738,9 @@
                 provided, <code class="its-attr-markup">termInfoRef</code>, are accurate. 1 represents the highest level of
                 confidence.</p></li></ul><p>Any node selected by the terminology data category with the <code class="its-attr-markup">termConfidence</code>
               attribute specified <a href="#rfc2119" shape="rect">MUST</a> be contained in an element with
-              the <code class="its-attr-markup">toolsRef</code> (or in HTML <code class="its-attr-markup">its-tools-ref</code>) attribute specified for
+              the <code class="its-attr-markup">annotatorRef</code> (or in HTML <code class="its-attr-markup">its-annotator-ref</code>) attribute specified for
               the <a href="#terminology" shape="rect">Terminology</a> data category. See <a class="section-ref" href="#its-tool-annotation" shape="rect">Section 5.8: ITS Tools Annotation</a> for more information.</p><div class="exampleOuter"><div class="exampleHeader"><a name="EX-terms-selector-4" id="EX-terms-selector-4" shape="rect"/>Example 43: The <a href="#terminology" shape="rect">Terminology</a> data category expressed
-                locally, including term information reference and confidence score.</div><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: #000096">&lt;book</strong> <span class="hl-attribute" style="color: #F5844C">its:version</span>=<span class="hl-value" style="color: #993300">"2.0"</span> <span class="hl-attribute" style="color: #F5844C">xmlns:its</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/2005/11/its"</span> <span class="hl-attribute" style="color: #F5844C">its:toolsRef</span>=<span class="hl-value" style="color: #993300">"terminology|http://example.com/term-tool"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+                locally, including term information reference and confidence score.</div><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: #000096">&lt;book</strong> <span class="hl-attribute" style="color: #F5844C">its:version</span>=<span class="hl-value" style="color: #993300">"2.0"</span> <span class="hl-attribute" style="color: #F5844C">xmlns:its</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/2005/11/its"</span> <span class="hl-attribute" style="color: #F5844C">its:annotatorRef</span>=<span class="hl-value" style="color: #993300">"terminology|http://example.com/term-tool"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;head&gt;</strong>...<strong class="hl-tag" style="color: #000096">&lt;/head&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;body&gt;</strong>
     ... 
@@ -2134,11 +2134,11 @@
                             source.</p></li></ul></li><li><p>When using the addressing <a href="#disambiguation-use-cases" shape="rect">mode 2</a>:</p><ul><li><p>A <code class="its-attr-markup">disambigIdentRef</code> attribute that contains an IRI that
                               represents a unique identifier for the disambiguation
                             target.</p></li></ul></li></ul></li></ul></li></ul><p>Any node selected by the <a href="#Disambiguation" shape="rect">disambiguation</a> data
-              category with the <code class="its-attr-markup">disambigConfidence</code> attribute specified <a href="#rfc2119" shape="rect">MUST</a> be contained in an element with the <code class="its-attr-markup">toolsRef</code>
-              (or in HTML <code class="its-attr-markup">its-tools-ref</code>) attribute specified for the <a href="#Disambiguation" shape="rect">disambiguation</a> data category. For more information,
+              category with the <code class="its-attr-markup">disambigConfidence</code> attribute specified <a href="#rfc2119" shape="rect">MUST</a> be contained in an element with the <code class="its-attr-markup">annotatorRef</code>
+              (or in HTML <code class="its-attr-markup">its-annotator-ref</code>) attribute specified for the <a href="#Disambiguation" shape="rect">disambiguation</a> data category. For more information,
               see <a class="section-ref" href="#its-tool-annotation" shape="rect">Section 5.8: ITS Tools Annotation</a>.</p><div class="exampleOuter"><div class="exampleHeader"><a name="EX-disambiguation-html5-local-1" id="EX-disambiguation-html5-local-1" shape="rect"/>Example 57: Local mixed usage of Usage of <code class="its-attr-markup">disambigClassRef</code>,
                   <code class="its-attr-markup">disambigGranularity</code>, and <code class="its-attr-markup">disambigIdentRef</code> in HTML.</div><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: blue">&lt;!DOCTYPE html&gt;</strong>
-<strong class="hl-tag" style="color: #000096">&lt;html</strong> <span class="hl-attribute" style="color: #F5844C">lang</span>=<span class="hl-value" style="color: #993300">"en"</span> <span class="hl-attribute" style="color: #F5844C">its-tools-ref</span>=<span class="hl-value" style="color: #993300">"disambiguation|http://enrycher.ijs.si"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+<strong class="hl-tag" style="color: #000096">&lt;html</strong> <span class="hl-attribute" style="color: #F5844C">lang</span>=<span class="hl-value" style="color: #993300">"en"</span> <span class="hl-attribute" style="color: #F5844C">its-annotator-ref</span>=<span class="hl-value" style="color: #993300">"disambiguation|http://enrycher.ijs.si"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;head&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;meta</strong> <span class="hl-attribute" style="color: #F5844C">charset</span>=<span class="hl-value" style="color: #993300">"utf-8"</span><strong class="hl-tag" style="color: #000096"> /&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Disambiguation: Local Test<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>
@@ -2948,7 +2948,7 @@
               of the element, <em>including</em> child elements, but <em>excluding</em>
               attributes.</p><p>Any node selected by the <a href="#mtconfidence" shape="rect">MT Confidence</a> data
               category <a href="#rfc2119" shape="rect">MUST</a> be contained in an element with the
-                <code class="its-attr-markup">toolsRef</code> (or in HTML, <code class="its-attr-markup">its-tools-ref</code>) attribute specified for
+                <code class="its-attr-markup">annotatorRef</code> (or in HTML, <code class="its-attr-markup">its-annotator-ref</code>) attribute specified for
               the <a href="#mtconfidence" shape="rect">MT Confidence</a> data category. For more
               information, see <a class="section-ref" href="#its-tool-annotation" shape="rect">Section 5.8: ITS Tools Annotation</a>.</p><p id="mtconfidence-global">GLOBAL: The <code class="its-elem-markup">mtConfidenceRule</code> element contains
               the following:</p><ul><li><p>A required <code class="its-attr-markup">selector</code> attribute. It contains an <a href="#selectors" shape="rect">absolute selector</a> which selects the nodes to which
@@ -2965,7 +2965,7 @@
    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Machine translated title attributes of img elements give MT 
            confidence scores using global rules<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;/head&gt;</strong>
-  <strong class="hl-tag" style="color: #000096">&lt;body</strong> <span class="hl-attribute" style="color: #F5844C">its-tools-ref</span>=<span class="hl-value" style="color: #993300">"mt-confidence|file:///tools.xml#T1"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;body</strong> <span class="hl-attribute" style="color: #F5844C">its-annotator-ref</span>=<span class="hl-value" style="color: #993300">"mt-confidence|file:///tools.xml#T1"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
    <strong class="hl-tag" style="color: #000096">&lt;p&gt;</strong>     
     <strong class="hl-tag" style="color: #000096">&lt;img</strong> <span class="hl-attribute" style="color: #F5844C">src</span>=<span class="hl-value" style="color: #993300">"http://upload.wikimedia.org/wikipedia/commons/9/93/Trinity_College.jpg"</span> 
                <span class="hl-attribute" style="color: #F5844C">title</span>=<span class="hl-value" style="color: #993300">"Front gate of Trinity College Dublin"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
@@ -2985,7 +2985,7 @@
                   translation confidence score as a rational number in the interval 0 to 1
                   (inclusive). The value follows the <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#decimal" shape="rect">XML Schema
                     decimal data type</a> with the constraining facets <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#rf-minInclusive" shape="rect">minInclusive</a> set to 0 and <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#rf-maxInclusive" shape="rect">maxInclusive</a> set to 1.</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="EX-mtConfidence-local-1" id="EX-mtConfidence-local-1" shape="rect"/>Example 86: The <a href="#mtconfidence" shape="rect">MT Confidence</a> data category expressed
-                locally for the content of a span in an XML document.</div><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: #000096">&lt;text</strong> <span class="hl-attribute" style="color: #F5844C">xmlns:its</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/2005/11/its"</span> <span class="hl-attribute" style="color: #F5844C">its:version</span>=<span class="hl-value" style="color: #993300">"2.0"</span> <span class="hl-attribute" style="color: #F5844C">its:toolsRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|file:///tools.xml#T1"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+                locally for the content of a span in an XML document.</div><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: #000096">&lt;text</strong> <span class="hl-attribute" style="color: #F5844C">xmlns:its</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/2005/11/its"</span> <span class="hl-attribute" style="color: #F5844C">its:version</span>=<span class="hl-value" style="color: #993300">"2.0"</span> <span class="hl-attribute" style="color: #F5844C">its:annotatorRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|file:///tools.xml#T1"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;body&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;p&gt;</strong>
       <strong class="hl-tag" style="color: #000096">&lt;span</strong> <span class="hl-attribute" style="color: #F5844C">its:mtConfidence</span>=<span class="hl-value" style="color: #993300">"0.8982"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>Dublin is the capital city of
@@ -3000,7 +3000,7 @@
       <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Sentences about Dublin and Prague 
          machine translated from Czech with mtConfidence locally.<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>
    <strong class="hl-tag" style="color: #000096">&lt;/head&gt;</strong>
-    <strong class="hl-tag" style="color: #000096">&lt;body</strong> <span class="hl-attribute" style="color: #F5844C">its-tools-ref</span>=<span class="hl-value" style="color: #993300">"mt-confidence|file:///tools.xml#T1"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;body</strong> <span class="hl-attribute" style="color: #F5844C">its-annotator-ref</span>=<span class="hl-value" style="color: #993300">"mt-confidence|file:///tools.xml#T1"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
        <strong class="hl-tag" style="color: #000096">&lt;p&gt;</strong>     
          <strong class="hl-tag" style="color: #000096">&lt;span</strong> <span class="hl-attribute" style="color: #F5844C">its-mt-confidence</span>=<span class="hl-value" style="color: #993300">0.8982</span><strong class="hl-tag" style="color: #000096">&gt;</strong>Dublin is the capital of Ireland.<strong class="hl-tag" style="color: #000096">&lt;/span&gt;</strong>
          <strong class="hl-tag" style="color: #000096">&lt;span</strong> <span class="hl-attribute" style="color: #F5844C">its-mt-confidence</span>=<span class="hl-value" style="color: #993300">0.8536</span><strong class="hl-tag" style="color: #000096"> &gt;</strong>The capital of the Czech Republic is Prague.<strong class="hl-tag" style="color: #000096">&lt;/span&gt;</strong>
@@ -3984,14 +3984,14 @@
       <strong class="hl-tag" style="color: #000096">&lt;ref</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-lineBreakType.type"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;/attribute&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;/define&gt;</strong>
-  <strong class="hl-tag" style="color: #000096">&lt;define</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-attribute.toolsRef"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
-    <strong class="hl-tag" style="color: #000096">&lt;attribute</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its:toolsRef"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
-      <strong class="hl-tag" style="color: #000096">&lt;ref</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-toolsRef.type"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;define</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-attribute.annotatorRef"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;attribute</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its:annotatorRef"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+      <strong class="hl-tag" style="color: #000096">&lt;ref</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-annotatorRef.type"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;/attribute&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;/define&gt;</strong>
-  <strong class="hl-tag" style="color: #000096">&lt;define</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-attribute.toolsRef.nons"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
-    <strong class="hl-tag" style="color: #000096">&lt;attribute</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"toolsRef"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
-      <strong class="hl-tag" style="color: #000096">&lt;ref</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-toolsRef.type"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;define</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-attribute.annotatorRef.nons"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;attribute</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"annotatorRef"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+      <strong class="hl-tag" style="color: #000096">&lt;ref</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-annotatorRef.type"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;/attribute&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;/define&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;define</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-attribute.version"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
@@ -4243,7 +4243,7 @@
         <strong class="hl-tag" style="color: #000096">&lt;/optional&gt;</strong>
       <strong class="hl-tag" style="color: #000096">&lt;/optional&gt;</strong>
       <strong class="hl-tag" style="color: #000096">&lt;optional&gt;</strong>
-        <strong class="hl-tag" style="color: #000096">&lt;ref</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-attribute.toolsRef"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
+        <strong class="hl-tag" style="color: #000096">&lt;ref</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-attribute.annotatorRef"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
       <strong class="hl-tag" style="color: #000096">&lt;/optional&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;/interleave&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;/define&gt;</strong>
@@ -4398,7 +4398,7 @@
         <strong class="hl-tag" style="color: #000096">&lt;/optional&gt;</strong>
       <strong class="hl-tag" style="color: #000096">&lt;/optional&gt;</strong>
       <strong class="hl-tag" style="color: #000096">&lt;optional&gt;</strong>
-        <strong class="hl-tag" style="color: #000096">&lt;ref</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-attribute.toolsRef.nons"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
+        <strong class="hl-tag" style="color: #000096">&lt;ref</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-attribute.annotatorRef.nons"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
       <strong class="hl-tag" style="color: #000096">&lt;/optional&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;/interleave&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;/define&gt;</strong>
@@ -5396,7 +5396,7 @@
       <strong class="hl-tag" style="color: #000096">&lt;value&gt;</strong>nel<strong class="hl-tag" style="color: #000096">&lt;/value&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;/choice&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;/define&gt;</strong>
-  <strong class="hl-tag" style="color: #000096">&lt;define</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-toolsRef.type"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;define</strong> <span class="hl-attribute" style="color: #F5844C">name</span>=<span class="hl-value" style="color: #993300">"its-annotatorRef.type"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;data</strong> <span class="hl-attribute" style="color: #F5844C">type</span>=<span class="hl-value" style="color: #993300">"string"</span> <span class="hl-attribute" style="color: #F5844C">datatypeLibrary</span>=<span class="hl-value" style="color: #993300">""</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;/define&gt;</strong>
 <strong class="hl-tag" style="color: #000096">&lt;/grammar&gt;</strong>
@@ -5630,7 +5630,9 @@
                      <a href="#provenance" shape="rect">Provenance</a>
                   </td><td rowspan="1" colspan="1">
                      <code class="its-elem-markup">provRule</code>
-                  </td><td rowspan="1" colspan="1">At least one of (((<code class="its-attr-markup">person</code> | <code class="its-attr-markup">personRef</code>), (<code class="its-attr-markup">org</code> | <code class="its-attr-markup">orgRef</code>), (<code class="its-attr-markup">tool</code> | <code class="its-attr-markup">toolRef</code>), (<code class="its-attr-markup">revPerson</code> | <code class="its-attr-markup">revPersonRef</code>), (<code class="its-attr-markup">revOrg</code> | <code class="its-attr-markup">revOrgRef</code>), (<code class="its-attr-markup">revTool</code> | <code class="its-attr-markup">revToolRef</code>), <code class="its-attr-markup">provRef</code>) | <code class="its-attr-markup">provenanceRecordsRef</code>)</td><td rowspan="1" colspan="1">At least one of (((<code class="its-attr-markup">its-person</code> | <code class="its-attr-markup">its-person-ref</code>), (<code class="its-attr-markup">its-org</code> | <code class="its-attr-markup">its-org-ref</code>), (<code class="itsattr-markup">its-tool</code> | <code class="its-attr-markup">its-tool-ref</code>), (<code class="its-attr-markup">its-rev-person</code> | <code class="its-attr-markup">its-rev-person-ref</code>), (<code class="its-attr-markup">its-rev-org</code> | <code class="its-attr-markup">its-rev-org-ref</code>), (<code class="its-attr-markup">its-rev-tool</code> | <code class="its-attr-markup">its-rev-tool-ref</code>), <code class="its-attr-markup">its-prov-ref</code>) | <code class="its-attr-markup">its-provenance-records-ref</code>)</td></tr><tr><td rowspan="1" colspan="1">
+                  </td><td rowspan="1" colspan="1">(At least one of ((<code class="its-attr-markup">person</code> | <code class="its-attr-markup">personRef</code>), (<code class="its-attr-markup">org</code> | <code class="its-attr-markup">orgRef</code>), (<code class="its-attr-markup">tool</code> | <code class="its-attr-markup">toolRef</code>), (<code class="its-attr-markup">revPerson</code> | <code class="its-attr-markup">revPersonRef</code>), (<code class="its-attr-markup">revOrg</code> | <code class="its-attr-markup">revOrgRef</code>), (<code class="its-attr-markup">revTool</code> | <code class="its-attr-markup">revToolRef</code>), <code class="its-attr-markup">provRef</code>)) | <code class="its-attr-markup">provenanceRecordsRef</code>
+                  </td><td rowspan="1" colspan="1">(At least one of ((<code class="its-attr-markup">its-person</code> | <code class="its-attr-markup">its-person-ref</code>), (<code class="its-attr-markup">its-org</code> | <code class="its-attr-markup">its-org-ref</code>), (<code class="its-attr-markup">its-tool</code> | <code class="its-attr-markup">its-tool-ref</code>), (<code class="its-attr-markup">its-rev-person</code> | <code class="its-attr-markup">its-rev-person-ref</code>), (<code class="its-attr-markup">its-rev-org</code> | <code class="its-attr-markup">its-rev-org-ref</code>), (<code class="its-attr-markup">its-rev-tool</code> | <code class="its-attr-markup">its-rev-tool-ref</code>), <code class="its-attr-markup">its-prov-ref</code>)) | <code class="its-attr-markup">its-provenance-records-ref</code>
+                  </td></tr><tr><td rowspan="1" colspan="1">
                      <a href="#externalresource" shape="rect">External Resource</a>
                   </td><td rowspan="1" colspan="1">
                      <code class="its-elem-markup">externalResourceRefRule</code>
@@ -5710,7 +5712,7 @@
             minutes</a>.</p></li><li><p>Made changes (see <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0266.html" shape="rect">detailed description</a>) to <a href="#lqissue-typevalues" shape="rect">descriptions of allowed
             values</a> for <a href="#lqissue" shape="rect">Localization Quality Issue</a> (specifically
             <em>terminology</em>, <em>locale-violation</em>, and <em>whitespace</em>
-            to respond to and clarify <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0208.html" shape="rect">points raised by Daniel Naber</a>.</p></li><li><p>Added <a class="section-ref" href="#list-of-elements-and-attributes" shape="rect">Appendix H: List of ITS 2.0 Global Elements and Local Attributes</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/321" shape="rect">action-321</a>.</p></li></ol><p id="changelog-since-20120829">The following log records major changes that have been
+            to respond to and clarify <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0208.html" shape="rect">points raised by Daniel Naber</a>.</p></li><li><p>Added <a class="section-ref" href="#list-of-elements-and-attributes" shape="rect">Appendix H: List of ITS 2.0 Global Elements and Local Attributes</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/321" shape="rect">action-321</a>.</p></li><li><p>Renaming attribute for <a class="section-ref" href="#its-tool-annotation" shape="rect">Section 5.8: ITS Tools Annotation</a>. See <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Dec/0006.html" shape="rect">change description</a>.</p></li></ol><p id="changelog-since-20120829">The following log records major changes that have been
           made to this document since the <a href="http://www.w3.org/TR/2012/WD-its20-20120829/" shape="rect">ITS 2.0 Working Draft 29 August 2012</a>.</p><ol class="depth1"><li><p>Added a first draft of <a class="section-ref" href="#provenance" shape="rect">Section 8.12: Provenance</a></p></li><li><p>Added <a class="section-ref" href="#html5-markup" shape="rect">Section 6: Using ITS Markup in HTML</a>.</p></li><li><p>Removed inline markup declarations.</p></li><li><p>Addition of a <code class="its-attr-markup">locQualityRatingVote</code> attribute and a
               <code class="its-attr-markup">locQualityRatingVotePointer</code> attribute to <a class="section-ref" href="#lqrating" shape="rect">Section 8.18: Localization Quality Rating</a>.</p></li><li><p>A <a href="#its-information_versus_content" shape="rect">clarification</a> of ITS data
             category information and processing of content in <a class="section-ref" href="#datacategories-defaults-etc" shape="rect">Section 8.1: Position, Defaults, Inheritance and Overriding of Data Categories</a>.</p></li><li><p>Added <a class="section-ref" href="#allowedchars" shape="rect">Section 8.20: Allowed Characters</a>.</p></li><li><p>Added <a class="section-ref" href="#storagesize" shape="rect">Section 8.21: Storage Size</a>.</p></li><li><p>Added <a class="section-ref" href="#mtconfidence" shape="rect">Section 8.19: MT Confidence</a>.</p></li><li><p>Added <a href="#qa-issue-types-tool-specific-mappings" shape="rect">a note</a> about
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd	2012/12/01 11:27:25	1.293
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd	2012/12/01 19:33:00	1.294
@@ -1743,11 +1743,11 @@
             individual data categories in a document, independently from data category annotations
             themselves.</p>
 
-          <p>The attribute <att>toolsRef</att> provides a way to associate all the annotations of a
+          <p>The attribute <att>annotatorRef</att> provides a way to associate all the annotations of a
             given data category within the element with information about the processor that
             generated those data category annotations.</p>
 
-          <p>The value of <att>toolsRef</att> is a space-separated list of references where each
+          <p>The value of <att>annotatorRef</att> is a space-separated list of references where each
             reference is composed of two parts: a data category identifier and an IRI. These two
             parts are separated by a character <code>|</code> VERTICAL LINE (U+007C).</p>
 
@@ -1763,19 +1763,19 @@
                 another part of the document that provides such information.</p></item>
           </list>
 
-          <p>In HTML documents, the mechanism is implemented with the <att>its-tools-ref</att>
+          <p>In HTML documents, the mechanism is implemented with the <att>its-annotator-ref</att>
             attribute.</p>
 
           <p>The attribute applies to the content of the element where it is declared (including its
             children elements) and to the attributes of that element.</p>
 
           <p>On any given node, the information provided by this mechanism is a space-separated list
-            of the accumulated references found it the <att>toolsRef</att> attributes declared in
+            of the accumulated references found it the <att>annotatorRef</att> attributes declared in
             the enclosing elements and sorted by data category identifiers. For each data category,
             the IRI part is the one of the inner-most declarartion.</p>
 
           <exemplum xml:id="EX-its-tool-annotation-1">
-            <head>Accumulation and Overriding of the <att>toolsRef</att> Values</head>
+            <head>Accumulation and Overriding of the <att>annotatorRef</att> Values</head>
             <p>In this example, the text shows the computed tools reference information for the
               given node. Note that the references are ordered alphabetically and that the IRI
               values are always the ones of the inner-most declaration.</p>
@@ -1785,12 +1785,12 @@
 
           <exemplum xml:id="EX-its-tool-annotation-2">
             <head>Example of ITS Tool Annotation</head>
-            <p>The <att>toolsRef</att> attribute is used in this XML document to indicate that
+            <p>The <att>annotatorRef</att> attribute is used in this XML document to indicate that
               information about the processor that generated the <att>mtConfidence</att> values for
               the first two <code>p</code> elements are found in element with <code>id="T1"</code>
               in the external document tools.xml, while that information for the third
                 <code>p</code> element is found in the element with <code>id="T2"</code> in the same
-              document. In addition, <att>toolsRef</att> is used to identify a Web resource with
+              document. In addition, <att>annotatorRef</att> is used to identify a Web resource with
               information about the QA tool used to generate the <ref target="#lqissue">Localization
                 Quality Issue</ref> annotation in the document.</p>
             <egXML xmlns="http://www.tei-c.org/ns/Examples"
@@ -1798,11 +1798,11 @@
           </exemplum>
           <exemplum xml:id="EX-its-tool-annotation-html5-1">
             <head>Example of ITS Tool Annotation</head>
-            <p>The <att>its-tools-ref</att> attributes are used in this HTML document to indicate
+            <p>The <att>its-annotator-ref</att> attributes are used in this HTML document to indicate
               that the <ref target="#mtconfidence">MT Confidence</ref> annotation on the first two
                 <code>span</code> elements come from one MT (French to English) engine, while the
               annotation on the third comes from another (Italian to English) engine. Both
-                <att>its-tools-ref</att> attributes refer to a Web resource for information about
+                <att>its-annotator-ref</att> attributes refer to a Web resource for information about
               the engine generating the <ref target="#mtconfidence">MT Confidence</ref>
               annotation.</p>
             <egXML xmlns="http://www.tei-c.org/ns/Examples"
@@ -2582,7 +2582,7 @@
             </list>
             <p>Any node selected by the terminology data category with the <att>termConfidence</att>
               attribute specified <ref target="#rfc2119">MUST</ref> be contained in an element with
-              the <att>toolsRef</att> (or in HTML <att>its-tools-ref</att>) attribute specified for
+              the <att>annotatorRef</att> (or in HTML <att>its-annotator-ref</att>) attribute specified for
               the <ref target="#terminology">Terminology</ref> data category. See <ptr
                 target="#its-tool-annotation" type="specref"/> for more information.</p>
             <exemplum xml:id="EX-terms-selector-4">
@@ -3269,8 +3269,8 @@
             </list>
             <p>Any node selected by the <ref target="#Disambiguation">disambiguation</ref> data
               category with the <att>disambigConfidence</att> attribute specified <ref
-                target="#rfc2119">MUST</ref> be contained in an element with the <att>toolsRef</att>
-              (or in HTML <att>its-tools-ref</att>) attribute specified for the <ref
+                target="#rfc2119">MUST</ref> be contained in an element with the <att>annotatorRef</att>
+              (or in HTML <att>its-annotator-ref</att>) attribute specified for the <ref
                 target="#Disambiguation">disambiguation</ref> data category. For more information,
               see <ptr target="#its-tool-annotation" type="specref"/>.</p>
             <exemplum xml:id="EX-disambiguation-html5-local-1">
@@ -4259,7 +4259,7 @@
               attributes.</p>
             <p>Any node selected by the <ref target="#mtconfidence">MT Confidence</ref> data
               category <ref target="#rfc2119">MUST</ref> be contained in an element with the
-                <att>toolsRef</att> (or in HTML, <att>its-tools-ref</att>) attribute specified for
+                <att>annotatorRef</att> (or in HTML, <att>its-annotator-ref</att>) attribute specified for
               the <ref target="#mtconfidence">MT Confidence</ref> data category. For more
               information, see <ptr target="#its-tool-annotation" type="specref"/>.</p>
             <p xml:id="mtconfidence-global">GLOBAL: The <gi>mtConfidenceRule</gi> element contains
@@ -5486,8 +5486,8 @@
           <row>
             <cell><ref target="#provenance">Provenance</ref></cell>
             <cell><gi>provRule</gi></cell>
-            <cell>At least one of (((<att>person</att> | <att>personRef</att>), (<att>org</att> | <att>orgRef</att>), (<att>tool</att> | <att>toolRef</att>), (<att>revPerson</att> | <att>revPersonRef</att>), (<att>revOrg</att> | <att>revOrgRef</att>), (<att>revTool</att> | <att>revToolRef</att>), <att>provRef</att>) | <att>provenanceRecordsRef</att>)</cell>
-            <cell>At least one of (((<att>its-person</att> | <att>its-person-ref</att>), (<att>its-org</att> | <att>its-org-ref</att>), (<att>its-tool</att> | <att>its-tool-ref</att>), (<att>its-rev-person</att> | <att>its-rev-person-ref</att>), (<att>its-rev-org</att> | <att>its-rev-org-ref</att>), (<att>its-rev-tool</att> | <att>its-rev-tool-ref</att>), <att>its-prov-ref</att>) | <att>its-provenance-records-ref</att>)</cell>
+            <cell>(At least one of ((<att>person</att> | <att>personRef</att>), (<att>org</att> | <att>orgRef</att>), (<att>tool</att> | <att>toolRef</att>), (<att>revPerson</att> | <att>revPersonRef</att>), (<att>revOrg</att> | <att>revOrgRef</att>), (<att>revTool</att> | <att>revToolRef</att>), <att>provRef</att>)) | <att>provenanceRecordsRef</att></cell>
+            <cell>(At least one of ((<att>its-person</att> | <att>its-person-ref</att>), (<att>its-org</att> | <att>its-org-ref</att>), (<att>its-tool</att> | <att>its-tool-ref</att>), (<att>its-rev-person</att> | <att>its-rev-person-ref</att>), (<att>its-rev-org</att> | <att>its-rev-org-ref</att>), (<att>its-rev-tool</att> | <att>its-rev-tool-ref</att>), <att>its-prov-ref</att>)) | <att>its-provenance-records-ref</att></cell>
           </row>
           <row>
             <cell><ref target="#externalresource">External Resource</ref></cell>
@@ -5688,6 +5688,7 @@
             <emph>terminology</emph>, <emph>locale-violation</emph>, and <emph>whitespace</emph>
             to respond to and clarify <ref target="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0208.html">points raised by Daniel Naber</ref>.</item>
           <item>Added <ptr target="#list-of-elements-and-attributes" type="specref"/>, see <ref target="https://www.w3.org/International/multilingualweb/lt/track/actions/321">action-321</ref>.</item>
+          <item>Renaming attribute for <ptr type="specref" target="#its-tool-annotation"/>. See <ref target="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Dec/0006.html">change description</ref>.</item>
         </list>
         <p xml:id="changelog-since-20120829">The following log records major changes that have been
           made to this document since the <ref target="http://www.w3.org/TR/2012/WD-its20-20120829/"

Received on Saturday, 1 December 2012 19:33:05 UTC