You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2010/04/21 06:11:34 UTC

svn commit: r936152 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties

Author: mukulg
Date: Wed Apr 21 04:11:34 2010
New Revision: 936152

URL: http://svn.apache.org/viewvc?rev=936152&view=rev
Log:
some minor improvements to error messages

Modified:
    xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties?rev=936152&r1=936151&r2=936152&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties Wed Apr 21 04:11:34 2010
@@ -304,8 +304,8 @@
         whiteSpace-valid-restriction.2 = whiteSpace-valid-restriction.2: In the definition of {0}, the value ''preserve'' for the facet ''whitespace'' is invalid, because the value for ''whitespace'' has been set to ''replace'' in one of the ancestor types.
 
 		minScale-totalDigits = minScale-totalDigits: In the definition of {2}, value of minScale = ''{0}'' must be <= value of maxScale = ''{1}''.
-		cvc-maxScale-valid = cvc-maxScale-valid: For type {2}, and value {0} , it is an error for the value of precision ''{3}'' to be greater than the value of maxScale ''{1}''.
-		cvc-minScale-valid = cvc-minScale-valid: For type {2}, and value {0} , it is an error for the value of precision ''{3}'' to be less than the value of minScale ''{1}''. 
+		cvc-maxScale-valid = cvc-maxScale-valid: For type {2}, and value {0}, it is an error for the value of precision ''{3}'' to be greater than the value of maxScale ''{1}''.
+		cvc-minScale-valid = cvc-minScale-valid: For type {2}, and value {0}, it is an error for the value of precision ''{3}'' to be less than the value of minScale ''{1}''. 
 		cvc-explicitTimezone-valid = cvc-explicitTimezone-valid: Value ''{0}'' is not facet-valid with respect to explicitTimezone ''{1}'' for type ''{2}''.  
 		maxScale-valid-restriction = maxScale-valid-restriction: In the definition of {2}, maxScale value = ''{0}'' must be <= that of the base type ''{1}''.
 		minScale-valid-restriction = minScale-valid-restriction: In the definition of {2}, minScale value = ''{0}'' must be >= that of the base type ''{1}''.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org