Author: mukulg
Date: Tue Nov  9 14:41:02 2010
New Revision: 1032996

URL: http://svn.apache.org/viewvc?rev=1032996&view=rev
Log:
doing slight improvement to an error message.

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=1032996&r1=1032995&r2=1032996&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
 Tue Nov  9 14:41:02 2010
@@ -187,7 +187,7 @@
         a-props-correct.3 = a-props-correct.3: Attribute ''{0}'' cannot use 
''fixed'' or ''default'', because the attribute''s '{'type definition'}' is ID, 
or is derived from ID.
         au-props-correct.2 = au-props-correct.2: In the attribute declaration 
of ''{0}'', a fixed value of ''{1}'' was specified. So if the attribute use 
referring to ''{0}'' also has a '{'value constraint'}', it must be fixed and 
its value must be ''{1}''.
         cos-all-limited.1.2 = cos-all-limited.1.2: An 'all' model group must 
appear in a particle with '{'min occurs'}' = '{'max occurs'}' = 1, and that 
particle must be part of a pair which constitutes the '{'content type'}' of a 
complex type definition.
-        cos-all-limited.1.3 = cos-all-limited.1.3: When an xs:group particle 
occurs as child of xs:all, then following condition must hold on xs:group 
particle, ''{min occurs} = {max occurs} = 1''.
+        cos-all-limited.1.3 = cos-all-limited.1.3: When an xs:group particle 
occurs as child of xs:all, then following condition must hold on xs:group 
particle, '{'min occurs'}' = '{'max occurs'}' = 1.
         cos-all-limited.2 = cos-all-limited.2: The '{'max occurs'}' of an 
element in an ''all'' model group must be 0 or 1. The value ''{0}'' for element 
''{1}'' is invalid.
         cos-all-limited.2-xs11 = cos-all-limited.2-xs11: Incorrect schema 
instruction ''{0}'' found as child of ''xs:all -> xs:group''. Only the 
compositor xs:all is permitted as child of ''xs:all -> xs:group''.         
         cos-applicable-facets = cos-applicable-facets: Facet ''{0}'' is not 
allowed by type {1}.



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

Reply via email to