its20 CVS commit

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

Modified Files:
	its20.rnc its20.rng 
Log Message:
More typos

Index: its20.rnc
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rnc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- its20.rnc	8 Oct 2012 15:07:22 -0000	1.2
+++ its20.rnc	8 Oct 2012 15:17:49 -0000	1.3
@@ -31,7 +31,7 @@
 its-attribute.domainMapping.nons = attribute domainMapping { its-domainMapping.type }
 
 its-attribute.entityTypeSourceRef = attribute its:entityTypeSourceRef { its-entityTypeSourceRef.type }
-its-attribute.entityTypeSourceRef.nons = attribute its:entityTypeSourceRef { its-entityTypeSourceRef.type }
+its-attribute.entityTypeSourceRef.nons = attribute entityTypeSourceRef { its-entityTypeSourceRef.type }
 
 its-attribute.entityTypeRef = attribute its:entityTypeRef { its-entityTypeRef.type }
 its-attribute.entityTypeRef.nons = attribute entityTypeRef { its-entityTypeRef.type }
@@ -46,7 +46,7 @@
 its-attribute.disambigIdentRef.nons = attribute disambigIdentRef { its-disambigIdentRef.type }
 
 its-attribute.localeFilterList = attribute its:localeFilterList { its-localeFilterList.type }
-its-attribute.localeFilterList.nons = attribute its:localeFilterList { its-localeFilterList.type }
+its-attribute.localeFilterList.nons = attribute localeFilterList { its-localeFilterList.type }
 
 its-attribute.locQualityIssuesRef = attribute its:locQualityIssuesRef { its-locQualityIssuesRef.type }
 its-attribute.locQualityIssuesRef.nons = attribute locQualityIssuesRef { its-locQualityIssuesRef.type }
@@ -90,7 +90,8 @@
 its-attribute.queryLanguage = attribute its:queryLanguage { its-queryLanguage.type }
 its-attribute.queryLanguage.nons = attribute queryLanguage { its-queryLanguage.type }
 
-its-attribute.href.xlink = attribute xlink:href { xsd:anyURI }
+its-attribute.xlink.href = attribute xlink:href { xsd:anyURI }
+its-attribute.xlink.type = attribute xlink:type { "simple" }
 
 its-attribute.selector = attribute selector { its-absolute-selector.type }
 
@@ -114,7 +115,7 @@
 
 its-rules.attributes =
   its-attribute.version.nons,
-  its-attribute.href.xlink?,
+  (its-attribute.xlink.href, its-attribute.xlink.type?)?,
   its-attribute.queryLanguage.nons?  
 
 its-param =
@@ -127,6 +128,7 @@
 
 its-local.attributes =
   its-attribute.translate? &
+  its-attribute.dir? &
   ((its-attribute.locNote | its-attribute.locNoteRef), its-attribute.locNoteType?)? &
   (its-attribute.term, its-attribute.termInfoRef?)? &
   its-attribute.withinText? &
@@ -149,6 +151,7 @@
 
 its-local.nons.attributes =
   its-attribute.translate.nons? &
+  its-attribute.dir.nons? &
   ((its-attribute.locNote.nons | its-attribute.locNoteRef.nons), its-attribute.locNoteType.nons?)? &
   (its-attribute.term.nons, its-attribute.termInfoRef.nons?)? &
   its-attribute.withinText.nons? &

Index: its20.rng
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rng,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- its20.rng	8 Oct 2012 15:07:22 -0000	1.1
+++ its20.rng	8 Oct 2012 15:17:49 -0000	1.2
@@ -97,7 +97,7 @@
     </attribute>
   </define>
   <define name="its-attribute.entityTypeSourceRef.nons">
-    <attribute name="its:entityTypeSourceRef">
+    <attribute name="entityTypeSourceRef">
       <ref name="its-entityTypeSourceRef.type"/>
     </attribute>
   </define>
@@ -147,7 +147,7 @@
     </attribute>
   </define>
   <define name="its-attribute.localeFilterList.nons">
-    <attribute name="its:localeFilterList">
+    <attribute name="localeFilterList">
       <ref name="its-localeFilterList.type"/>
     </attribute>
   </define>
@@ -291,11 +291,16 @@
       <ref name="its-queryLanguage.type"/>
     </attribute>
   </define>
-  <define name="its-attribute.href.xlink">
+  <define name="its-attribute.xlink.href">
     <attribute name="xlink:href">
       <data type="anyURI"/>
     </attribute>
   </define>
+  <define name="its-attribute.xlink.type">
+    <attribute name="xlink:type">
+      <value>simple</value>
+    </attribute>
+  </define>
   <define name="its-attribute.selector">
     <attribute name="selector">
       <ref name="its-absolute-selector.type"/>
@@ -331,7 +336,10 @@
   <define name="its-rules.attributes">
     <ref name="its-attribute.version.nons"/>
     <optional>
-      <ref name="its-attribute.href.xlink"/>
+      <ref name="its-attribute.xlink.href"/>
+      <optional>
+        <ref name="its-attribute.xlink.type"/>
+      </optional>
     </optional>
     <optional>
       <ref name="its-attribute.queryLanguage.nons"/>
@@ -357,6 +365,9 @@
         <ref name="its-attribute.translate"/>
       </optional>
       <optional>
+        <ref name="its-attribute.dir"/>
+      </optional>
+      <optional>
         <choice>
           <ref name="its-attribute.locNote"/>
           <ref name="its-attribute.locNoteRef"/>
@@ -442,6 +453,9 @@
         <ref name="its-attribute.translate.nons"/>
       </optional>
       <optional>
+        <ref name="its-attribute.dir.nons"/>
+      </optional>
+      <optional>
         <choice>
           <ref name="its-attribute.locNote.nons"/>
           <ref name="its-attribute.locNoteRef.nons"/>

Received on Monday, 8 October 2012 15:17:53 UTC