Author: mukulg
Date: Mon Sep  6 01:01:03 2010
New Revision: 992918

URL: http://svn.apache.org/viewvc?rev=992918&view=rev
Log:
doing a slight change (looks better to me now) to schema validation assertions 
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=992918&r1=992917&r2=992918&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
 Mon Sep  6 01:01:03 2010
@@ -106,7 +106,7 @@
         cvc-type.3.1.2 = cvc-type.3.1.2: Element ''{0}'' is a simple type, so 
it must have no element information item [children].
         cvc-type.3.1.3 = cvc-type.3.1.3: The value ''{1}'' of element ''{0}'' 
is not valid.
         cvc-assertion.3.13.4.1 = cvc-assertion.3.13.4.1: Assertion evaluation 
(''{1}'') for element ''{0}'' with type ''{2}'' did not succeed. {3}
-        cvc-assertion.union.3.13.4.1 = cvc-assertion.union.3.13.4.1: Element 
''{0}'' with value ''{1}'' is not locally valid. One or more of the assertion 
facets on an element''s type, with variety 'union', have failed.
+        cvc-assertion.union.3.13.4.1 = cvc-assertion.union.3.13.4.1: Element 
''{0}'' with value ''{1}'' is not locally valid. One or more of the assertion 
facets on an element''s schema type, with variety 'union', have failed.
         cvc-assertion.attr.union.3.13.4.1 = cvc-assertion.attr.union.3.13.4.1: 
An attribute ''{1}'' (Element -> ''{0}'') with value ''{2}'' is not locally 
valid. One or more of the assertion facets on an attribute''s type, with 
variety 'union', have failed.  
         cvc-assertion.4.3.15.3 = cvc-assertion.4.3.15.3: Assertion evaluation 
(''{1}'') for element ''{0}'' with type ''{2}'' did not succeed (undefined 
context). {3}
         cvc-assertion.failure = cvc-assertion.failure: {0} {1} 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to