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

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

Modified Files:
	its20.html its20.odd 
Log Message:
Implemented resolution for https://www.w3.org/International/multilingualweb/lt/track/issues/77

--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html	2013/01/23 15:49:28	1.312
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html	2013/01/23 23:37:01	1.313
@@ -1336,7 +1336,7 @@
                <a href="#rfc2119" shape="rect">MUST</a> be followed.</p></div><div class="div2">
 <h3><a href="#contents" shape="rect"><img src="images/topOfPage.gif" align="right" height="26" width="26" title="Go to the table of contents." alt="Go to the table of contents."/></a><a name="html5-selection-precedence" id="html5-selection-precedence" shape="rect"/>6.4 Precedence between Selections</h3><p>The following precedence order is defined for selections of ITS information in various
             positions of HTML document (the first item in the list has the highest precedence):</p><ol class="depth1"><li><p>Implicit local selection in documents (<a href="#html5-local-attributes" shape="rect">ITS
-                local attributes</a> on a specific element)</p></li><li><p>Global selections in documents (using mechanism of <a href="#html5-external-global-rules" shape="rect">external global rules</a> or <a href="#html5-inline-global-rules" shape="rect">inline global rules</a>)</p><div class="note"><p class="prefix"><b>Note:</b></p><p>ITS does not define precedence related to rules defined or linked based on
+                local attributes</a> on a specific element)</p></li><li><p>Global selections in documents (using mechanism of <a href="#html5-external-global-rules" shape="rect">external global rules</a> or <a href="#html5-inline-global-rules" shape="rect">inline global rules</a>), to be processed in a document order, see <a class="section-ref" href="#selection-global" shape="rect">Section 5.2.1: Global, Rule-based Selection</a> for details.</p><div class="note"><p class="prefix"><b>Note:</b></p><p>ITS does not define precedence related to rules defined or linked based on
                   non-ITS mechanisms (such as processing instructions for linking rules).</p></div></li><li><p>Selections via defaults for data categories, see <a class="section-ref" href="#datacategories-defaults-etc" shape="rect">Section 8.1: Position, Defaults, Inheritance and Overriding of Data Categories</a></p></li></ol><p>In case of conflicts between global selections via multiple <a href="#selection-global" shape="rect">rules</a> elements, the last rule has higher
             precedence.</p></div></div><div class="div1">
 <h2><a href="#contents" shape="rect"><img src="images/topOfPage.gif" align="right" height="26" width="26" title="Go to the table of contents." alt="Go to the table of contents."/></a><a name="xhtml5-markup" id="xhtml5-markup" shape="rect"/>7 Using ITS Markup in XHTML</h2><p>XHTML documents aimed at public consumption by Web browsers <a href="#rfc2119" shape="rect">SHOULD</a> use syntax for local attributes described in <a class="section-ref" href="#html5-local-attributes" shape="rect">Section 6.1: Mapping of Local Data Categories to HTML</a> and <a href="#rfc2119" shape="rect">SHOULD
@@ -5403,50 +5403,50 @@
 </pre></div><p>[Source file: <a href="schemas/its20-types.rng" shape="rect">schemas/its20-types.rng</a>]</p><p>(<a href="schemas/its20-types.rnc" shape="rect">RELAX NG compact syntax version of
             schema</a>)</p></div><p>
             <em>5. Schematron schema</em>: Several constraints of ITS markup cannot be validated with above ITS schemas. The following
-          <a title="Rule-based validation --&#xA;              Schematron" href="#schematron" shape="rect">[Schematron]</a> document allows for validating some of these constraints.</p><div class="exampleOuter"><div class="exampleHeader"><a name="its-constraints-check-schematron" id="its-constraints-check-schematron" shape="rect"/>Example 101: Schematron schema for ITS</div><div class="exampleInner"><pre xml:space="preserve"><span class="hl-directive" style="color: maroon">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span>&#xD;
-<strong class="hl-tag" style="color: #000096">&lt;schema</strong> <span class="hl-attribute" style="color: #F5844C">xmlns</span>=<span class="hl-value" style="color: #993300">"http://purl.oclc.org/dsdl/schematron"</span> <span class="hl-attribute" style="color: #F5844C">queryBinding</span>=<span class="hl-value" style="color: #993300">"xslt2"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;ns</strong> <span class="hl-attribute" style="color: #F5844C">uri</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/2005/11/its"</span> <span class="hl-attribute" style="color: #F5844C">prefix</span>=<span class="hl-value" style="color: #993300">"its"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;ns</strong> <span class="hl-attribute" style="color: #F5844C">uri</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/1999/xlink"</span> <span class="hl-attribute" style="color: #F5844C">prefix</span>=<span class="hl-value" style="color: #993300">"xlink"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Indicating the Version of ITS<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"*[@its:*]"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>&#xD;
-      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"ancestor-or-self::*/@its:version | //its:rules/@version"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>The version is indicated by the ITS version attribute. This attribute is mandatory for the rules element, where it MUST be in no namespace. If there is no rules element in an XML document, a prefixed ITS version attribute (e.g. its:version) MUST on the element where the ITS markup is used, or on one of its ancestors.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"*[@its:version]"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>&#xD;
-      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"if (@its:version and //its:rules/@version) then //its:rules/@version = @its:version else true()"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>There MUST NOT be two different versions of ITS in the same document.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>&#xD;
-      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"every $v in //*/@its:version satisfies $v = @its:version"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>There MUST NOT be two different versions of ITS in the same document.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Global, Rule-based Selection<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"its:rules"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>&#xD;
-      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"every $rules in //its:rules satisfies $rules/@version = current()/@version"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>If there is more than one rules element in an XML document, the rules from each section are to be processed at the same precedence level. The rules sections are to be read in document order, and the ITS rules with them processed sequentially. The versions of these rules elements MUST NOT be different.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Link to External Rules<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"its:rules[@xlink:href]"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>&#xD;
-      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"count(doc(resolve-uri(@xlink:href, base-uri()))//its:rules) le 1"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>The referenced document must be a valid XML document containing at most one rules element.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>ITS Tools Annotation<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"*[@its:annotatorsRef]"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>&#xD;
-      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"every $ref in tokenize(@annotatorsRef, '\s+') satisfies matches($ref, '(translate|localization-note|terminology|directionality|ruby|language-information|elements-within-text|domain|disambiguation|locale-filter|provenance|external-resource|target-pointer|id-value|preserve-space|localization-quality-issue|localization-quality-rating|mt-confidence|allowed-characters|storage-size)\|.+')"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>The value of annotatorsRef 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 | VERTICAL LINE (U+007C).<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Disambiguation<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"its:disambiguationRule"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>&#xD;
-      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"@disambigClassPointer | @disambigClassRefPointer | @disambigSourcePointer | @disambigIdentPointer | @disambigIdentRefPointer"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>Disambiguation rule must specify at least target type class or target identity.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Provenance standoff markup<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"its:provenanceRecord"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>&#xD;
-      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"@person | @personRef | @org | @orgRef | @tool | @toolRef | @revPerson | @revPersonRef | @revOrg | @revOrgRef | @revTool | @revToolRef | @provRef"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>At least one attribute must be specified on the provenanceRecord element.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>&#xD;
-    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>&#xD;
-  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>&#xD;
+          <a title="Rule-based validation --&#xA;              Schematron" href="#schematron" shape="rect">[Schematron]</a> document allows for validating some of these constraints.</p><div class="exampleOuter"><div class="exampleHeader"><a name="its-constraints-check-schematron" id="its-constraints-check-schematron" shape="rect"/>Example 101: Schematron schema for ITS</div><div class="exampleInner"><pre xml:space="preserve"><span class="hl-directive" style="color: maroon">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span>
+<strong class="hl-tag" style="color: #000096">&lt;schema</strong> <span class="hl-attribute" style="color: #F5844C">xmlns</span>=<span class="hl-value" style="color: #993300">"http://purl.oclc.org/dsdl/schematron"</span> <span class="hl-attribute" style="color: #F5844C">queryBinding</span>=<span class="hl-value" style="color: #993300">"xslt2"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;ns</strong> <span class="hl-attribute" style="color: #F5844C">uri</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/2005/11/its"</span> <span class="hl-attribute" style="color: #F5844C">prefix</span>=<span class="hl-value" style="color: #993300">"its"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;ns</strong> <span class="hl-attribute" style="color: #F5844C">uri</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/1999/xlink"</span> <span class="hl-attribute" style="color: #F5844C">prefix</span>=<span class="hl-value" style="color: #993300">"xlink"</span><strong class="hl-tag" style="color: #000096">/&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Indicating the Version of ITS<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"*[@its:*]"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"ancestor-or-self::*/@its:version | //its:rules/@version"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>The version is indicated by the ITS version attribute. This attribute is mandatory for the rules element, where it MUST be in no namespace. If there is no rules element in an XML document, a prefixed ITS version attribute (e.g. its:version) MUST on the element where the ITS markup is used, or on one of its ancestors.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"*[@its:version]"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"if (@its:version and //its:rules/@version) then //its:rules/@version = @its:version else true()"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>There MUST NOT be two different versions of ITS in the same document.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>
+      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"every $v in //*/@its:version satisfies $v = @its:version"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>There MUST NOT be two different versions of ITS in the same document.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Global, Rule-based Selection<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"its:rules"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"every $rules in //its:rules satisfies $rules/@version = current()/@version"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>If there is more than one rules element in an XML document, the rules from each section are to be processed at the same precedence level. The rules sections are to be read in document order, and the ITS rules with them processed sequentially. The versions of these rules elements MUST NOT be different.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Link to External Rules<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"its:rules[@xlink:href]"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"count(doc(resolve-uri(@xlink:href, base-uri()))//its:rules) le 1"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>The referenced document must be a valid XML document containing at most one rules element.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>ITS Tools Annotation<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"*[@its:annotatorsRef]"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"every $ref in tokenize(@annotatorsRef, '\s+') satisfies matches($ref, '(translate|localization-note|terminology|directionality|ruby|language-information|elements-within-text|domain|disambiguation|locale-filter|provenance|external-resource|target-pointer|id-value|preserve-space|localization-quality-issue|localization-quality-rating|mt-confidence|allowed-characters|storage-size)\|.+')"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>The value of annotatorsRef 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 | VERTICAL LINE (U+007C).<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Disambiguation<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"its:disambiguationRule"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"@disambigClassPointer | @disambigClassRefPointer | @disambigSourcePointer | @disambigIdentPointer | @disambigIdentRefPointer"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>Disambiguation rule must specify at least target type class or target identity.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;pattern&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;title&gt;</strong>Provenance standoff markup<strong class="hl-tag" style="color: #000096">&lt;/title&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;rule</strong> <span class="hl-attribute" style="color: #F5844C">context</span>=<span class="hl-value" style="color: #993300">"its:provenanceRecord"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
+      <strong class="hl-tag" style="color: #000096">&lt;assert</strong> <span class="hl-attribute" style="color: #F5844C">test</span>=<span class="hl-value" style="color: #993300">"@person | @personRef | @org | @orgRef | @tool | @toolRef | @revPerson | @revPersonRef | @revOrg | @revOrgRef | @revTool | @revToolRef | @provRef"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>At least one attribute must be specified on the provenanceRecord element.<strong class="hl-tag" style="color: #000096">&lt;/assert&gt;</strong>
+    <strong class="hl-tag" style="color: #000096">&lt;/rule&gt;</strong>
+  <strong class="hl-tag" style="color: #000096">&lt;/pattern&gt;</strong>
 <strong class="hl-tag" style="color: #000096">&lt;/schema&gt;</strong></pre></div><p>[Source file: <a href="schemas/its20.sch" shape="rect">schemas/its20.sch</a>]</p></div><span class="editor-note">[Ed. note: W3C XML Schema will be provided later.]</span></div><div class="div1">
 <h2><a href="#contents" shape="rect"><img src="images/topOfPage.gif" align="right" height="26" width="26" title="Go to the table of contents." alt="Go to the table of contents."/></a><a name="informative-references" id="informative-references" shape="rect"/>E References (Non-Normative)</h2><dl><dt class="label"><a name="bidiarticle" id="bidiarticle" shape="rect"/>Bidi Article</dt><dd>Richard Ishida. <a href="http://www.w3.org/International/articles/inline-bidi-markup/" shape="rect"><cite>What you
                 need to know about the bidi algorithm and inline markup</cite></a>. Article of
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd	2013/01/23 15:49:28	1.309
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd	2013/01/23 23:37:01	1.310
@@ -1879,7 +1879,7 @@
                 local attributes</ref> on a specific element)</item>
             <item><p>Global selections in documents (using mechanism of <ref
                   target="#html5-external-global-rules">external global rules</ref> or <ref
-                  target="#html5-inline-global-rules">inline global rules</ref>)</p>
+                  target="#html5-inline-global-rules">inline global rules</ref>), to be processed in a document order, see <ptr type="specref" target="#selection-global"/> for details.</p>
               <note><p>ITS does not define precedence related to rules defined or linked based on
                   non-ITS mechanisms (such as processing instructions for linking rules).</p></note>
             </item>

Received on Wednesday, 23 January 2013 23:37:04 UTC