- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Mon, 13 May 2013 14:58:43 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas
In directory gil:/tmp/cvs-serv8073/schemas
Modified Files:
its20.sch
Log Message:
ruby fix, see http://lists.w3.org/Archives/Public/public-multilingualweb-lt-comments/2013May/0001.html
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.sch 2013/04/09 11:44:22 1.4
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.sch 2013/05/13 14:58:43 1.5
@@ -34,7 +34,7 @@
<pattern>
<title>ITS Tools Annotation</title>
<rule context="*[@its:annotatorsRef]">
- <assert test="every $ref in tokenize(@its:annotatorsRef, '\s+') satisfies matches($ref, '(translate|localization-note|terminology|directionality|ruby|language-information|elements-within-text|domain|text-analysis|locale-filter|provenance|external-resource|target-pointer|id-value|preserve-space|localization-quality-issue|localization-quality-rating|mt-confidence|allowed-characters|storage-size)\|.+')">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).</assert>
+ <assert test="every $ref in tokenize(@its:annotatorsRef, '\s+') satisfies matches($ref, '(translate|localization-note|terminology|directionality|language-information|elements-within-text|domain|text-analysis|locale-filter|provenance|external-resource|target-pointer|id-value|preserve-space|localization-quality-issue|localization-quality-rating|mt-confidence|allowed-characters|storage-size)\|.+')">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).</assert>
</rule>
</pattern>
<pattern>
Received on Monday, 13 May 2013 14:58:44 UTC