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

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

Modified Files:
	its20-types.rnc its20-types.rng its20.rnc its20.rng 
Log Message:
changes related to annotatorsRef

--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc	2012/12/01 19:33:02	1.11
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc	2012/12/03 19:15:47	1.12
@@ -193,4 +193,4 @@
 
 its-lineBreakType.type = "cr" | "lr" | "crlf" | "nel"
 
-its-annotatorRef.type = string
\ No newline at end of file
+its-annotatorsRef.type = string
\ No newline at end of file
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng	2012/12/01 19:33:02	1.8
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng	2012/12/03 19:15:47	1.9
@@ -315,7 +315,7 @@
       <value>nel</value>
     </choice>
   </define>
-  <define name="its-annotatorRef.type">
+  <define name="its-annotatorsRef.type">
     <data type="string" datatypeLibrary=""/>
   </define>
 </grammar>
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rnc	2012/12/01 19:33:02	1.13
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rnc	2012/12/03 19:15:47	1.14
@@ -144,8 +144,8 @@
 its-attribute.lineBreakType = attribute its:lineBreakType { its-lineBreakType.type }
 its-attribute.lineBreakType.nons = attribute lineBreakType { its-lineBreakType.type }
 
-its-attribute.annotatorRef = attribute its:annotatorRef { its-annotatorRef.type }
-its-attribute.annotatorRef.nons = attribute annotatorRef { its-annotatorRef.type }
+its-attribute.annotatorsRef = attribute its:annotatorsRef { its-annotatorsRef.type }
+its-attribute.annotatorsRef.nons = attribute annotatorsRef { its-annotatorsRef.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.annotatorRef?
+  its-attribute.annotatorsRef?
 
 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.annotatorRef.nons?
+  its-attribute.annotatorsRef.nons?
 
 its-span =
   ## Inline element to contain ITS information.
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rng	2012/12/01 19:33:02	1.10
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rng	2012/12/03 19:15:47	1.11
@@ -471,14 +471,14 @@
       <ref name="its-lineBreakType.type"/>
     </attribute>
   </define>
-  <define name="its-attribute.annotatorRef">
-    <attribute name="its:annotatorRef">
-      <ref name="its-annotatorRef.type"/>
+  <define name="its-attribute.annotatorsRef">
+    <attribute name="its:annotatorsRef">
+      <ref name="its-annotatorsRef.type"/>
     </attribute>
   </define>
-  <define name="its-attribute.annotatorRef.nons">
-    <attribute name="annotatorRef">
-      <ref name="its-annotatorRef.type"/>
+  <define name="its-attribute.annotatorsRef.nons">
+    <attribute name="annotatorsRef">
+      <ref name="its-annotatorsRef.type"/>
     </attribute>
   </define>
   <define name="its-attribute.version">
@@ -730,7 +730,7 @@
         </optional>
       </optional>
       <optional>
-        <ref name="its-attribute.annotatorRef"/>
+        <ref name="its-attribute.annotatorsRef"/>
       </optional>
     </interleave>
   </define>
@@ -885,7 +885,7 @@
         </optional>
       </optional>
       <optional>
-        <ref name="its-attribute.annotatorRef.nons"/>
+        <ref name="its-attribute.annotatorsRef.nons"/>
       </optional>
     </interleave>
   </define>

Received on Monday, 3 December 2012 19:18:00 UTC