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: [email protected]
For additional commands, e-mail: [email protected]