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

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

Modified Files:
	its20-types.rnc its20-types.rng 
Log Message:
further schema change, locQualityRatingScore and locQualityRatingScoreThreshold now allow for values 0 - 100, see http://www.w3.org/2012/11/29-mlw-lt-irc#T15-13-31 

--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc	2012/11/28 16:53:10	1.7
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc	2012/11/30 08:28:21	1.8
@@ -165,11 +165,11 @@
 
 its-locQualityIssueEnabled.type = "yes" | "no"
 
-its-locQualityRatingScore.type = xsd:decimal { minInclusive = "0" maxInclusive = "1" } 
+its-locQualityRatingScore.type = xsd:decimal { minInclusive = "0" maxInclusive = "100" } 
 
 its-locQualityRatingVote.type = xsd:integer
 
-its-locQualityRatingScoreThreshold.type = xsd:decimal { minInclusive = "0" maxInclusive = "1" }
+its-locQualityRatingScoreThreshold.type = xsd:decimal { minInclusive = "0" maxInclusive = "100" }
 
 its-locQualityRatingVoteThreshold.type = xsd:integer
 
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng	2012/11/28 16:53:10	1.4
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng	2012/11/30 08:28:21	1.5
@@ -261,7 +261,7 @@
   <define name="its-locQualityRatingScore.type">
     <data type="decimal">
       <param name="minInclusive">0</param>
-      <param name="maxInclusive">1</param>
+      <param name="maxInclusive">100</param>
     </data>
   </define>
   <define name="its-locQualityRatingVote.type">
@@ -270,7 +270,7 @@
   <define name="its-locQualityRatingScoreThreshold.type">
     <data type="decimal">
       <param name="minInclusive">0</param>
-      <param name="maxInclusive">1</param>
+      <param name="maxInclusive">100</param>
     </data>
   </define>
   <define name="its-locQualityRatingVoteThreshold.type">

Received on Friday, 30 November 2012 08:28:24 UTC