- From: CVS User jkosek <cvsmail@w3.org>
- Date: Thu, 24 Jan 2013 11:25:28 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas In directory gil:/tmp/cvs-serv15284/schemas Modified Files: its20-types.rnc its20-types.rng Log Message: Resolved issue https://www.w3.org/International/multilingualweb/lt/track/issues/94 --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc 2012/12/17 15:48:02 1.15 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc 2013/01/24 11:25:28 1.16 @@ -15,7 +15,7 @@ its-xpath-expression.type = string -its-confidence.type = xsd:decimal { minInclusive = "0" maxInclusive = "1" } +its-confidence.type = xsd:double { minInclusive = "0" maxInclusive = "1" } ## The Translate data category information to be attached to the current node its-translate.type = @@ -163,7 +163,7 @@ its-locQualityIssueCommentPointer.type = its-relative-selector.type -its-locQualityIssueSeverity.type = xsd:decimal { minInclusive = "0" maxInclusive = "100" } +its-locQualityIssueSeverity.type = xsd:double { minInclusive = "0" maxInclusive = "100" } its-locQualityIssueSeverityPointer.type = its-relative-selector.type @@ -173,11 +173,11 @@ its-locQualityIssueEnabled.type = "yes" | "no" -its-locQualityRatingScore.type = xsd:decimal { minInclusive = "0" maxInclusive = "100" } +its-locQualityRatingScore.type = xsd:double { minInclusive = "0" maxInclusive = "100" } its-locQualityRatingVote.type = xsd:integer -its-locQualityRatingScoreThreshold.type = xsd:decimal { minInclusive = "0" maxInclusive = "100" } +its-locQualityRatingScoreThreshold.type = xsd:double { minInclusive = "0" maxInclusive = "100" } its-locQualityRatingVoteThreshold.type = xsd:integer --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng 2012/12/17 15:48:02 1.12 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng 2013/01/24 11:25:28 1.13 @@ -28,7 +28,7 @@ <data type="string" datatypeLibrary=""/> </define> <define name="its-confidence.type"> - <data type="decimal"> + <data type="double"> <param name="minInclusive">0</param> <param name="maxInclusive">1</param> </data> @@ -249,7 +249,7 @@ <ref name="its-relative-selector.type"/> </define> <define name="its-locQualityIssueSeverity.type"> - <data type="decimal"> + <data type="double"> <param name="minInclusive">0</param> <param name="maxInclusive">100</param> </data> @@ -270,7 +270,7 @@ </choice> </define> <define name="its-locQualityRatingScore.type"> - <data type="decimal"> + <data type="double"> <param name="minInclusive">0</param> <param name="maxInclusive">100</param> </data> @@ -279,7 +279,7 @@ <data type="integer"/> </define> <define name="its-locQualityRatingScoreThreshold.type"> - <data type="decimal"> + <data type="double"> <param name="minInclusive">0</param> <param name="maxInclusive">100</param> </data>
Received on Thursday, 24 January 2013 11:25:35 UTC