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

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

Modified Files:
	its20-types.rnc its20-types.rng its20.rnc its20.rng 
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/schemas/its20-types.rnc	2012/11/30 19:19:26	1.10
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc	2012/12/01 19:33:02	1.11
@@ -193,4 +193,4 @@
 
 its-lineBreakType.type = "cr" | "lr" | "crlf" | "nel"
 
-its-toolsRef.type = string
\ No newline at end of file
+its-annotatorRef.type = string
\ No newline at end of file
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng	2012/11/30 19:19:26	1.7
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng	2012/12/01 19:33:02	1.8
@@ -315,7 +315,7 @@
       <value>nel</value>
     </choice>
   </define>
-  <define name="its-toolsRef.type">
+  <define name="its-annotatorRef.type">
     <data type="string" datatypeLibrary=""/>
   </define>
 </grammar>
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rnc	2012/11/30 19:19:26	1.12
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rnc	2012/12/01 19:33:02	1.13
@@ -144,8 +144,8 @@
 its-attribute.lineBreakType = attribute its:lineBreakType { its-lineBreakType.type }
 its-attribute.lineBreakType.nons = attribute lineBreakType { its-lineBreakType.type }
 
-its-attribute.toolsRef = attribute its:toolsRef { its-toolsRef.type }
-its-attribute.toolsRef.nons = attribute toolsRef { its-toolsRef.type }
+its-attribute.annotatorRef = attribute its:annotatorRef { its-annotatorRef.type }
+its-attribute.annotatorRef.nons = attribute annotatorRef { its-annotatorRef.type }
 
 its-attribute.version = attribute its:version { its-version.type }
 its-attribute.version.nons = attribute version { its-version.type }
@@ -226,7 +226,7 @@
   its-attribute.mtConfidence? &
   its-attribute.allowedCharacters? &
   (its-attribute.storageSize, its-attribute.storageEncoding?, its-attribute.lineBreakType?)? &
-  its-attribute.toolsRef?
+  its-attribute.annotatorRef?
 
 its-local.nons.attributes =
   its-attribute.translate.nons? &
@@ -256,7 +256,7 @@
   its-attribute.mtConfidence.nons? &
   its-attribute.allowedCharacters.nons? &
   (its-attribute.storageSize.nons, its-attribute.storageEncoding.nons, its-attribute.lineBreakType?)? &
-  its-attribute.toolsRef.nons?
+  its-attribute.annotatorRef.nons?
 
 its-span =
   ## Inline element to contain ITS information.
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rng	2012/11/30 19:19:26	1.9
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rng	2012/12/01 19:33:02	1.10
@@ -471,14 +471,14 @@
       <ref name="its-lineBreakType.type"/>
     </attribute>
   </define>
-  <define name="its-attribute.toolsRef">
-    <attribute name="its:toolsRef">
-      <ref name="its-toolsRef.type"/>
+  <define name="its-attribute.annotatorRef">
+    <attribute name="its:annotatorRef">
+      <ref name="its-annotatorRef.type"/>
     </attribute>
   </define>
-  <define name="its-attribute.toolsRef.nons">
-    <attribute name="toolsRef">
-      <ref name="its-toolsRef.type"/>
+  <define name="its-attribute.annotatorRef.nons">
+    <attribute name="annotatorRef">
+      <ref name="its-annotatorRef.type"/>
     </attribute>
   </define>
   <define name="its-attribute.version">
@@ -730,7 +730,7 @@
         </optional>
       </optional>
       <optional>
-        <ref name="its-attribute.toolsRef"/>
+        <ref name="its-attribute.annotatorRef"/>
       </optional>
     </interleave>
   </define>
@@ -885,7 +885,7 @@
         </optional>
       </optional>
       <optional>
-        <ref name="its-attribute.toolsRef.nons"/>
+        <ref name="its-attribute.annotatorRef.nons"/>
       </optional>
     </interleave>
   </define>

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