Author: mrglavas Date: Mon Sep 10 12:49:18 2012 New Revision: 1382804 URL: http://svn.apache.org/viewvc?rev=1382804&view=rev Log: JIRA Issue #1587: https://issues.apache.org/jira/browse/XERCESJ-1587. Fixing the message text for cos-particle-extends.3.1. It was incorrectly formatted.
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=1382804&r1=1382803&r2=1382804&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 10 12:49:18 2012 @@ -212,7 +212,7 @@ cos-element-consistent.4.b = cos-element-consistent.4: Error for type ''{0}''. Multiple elements with name ''{1}'', with non equivalent type tables, appear in the model group. cos-list-of-atomic = cos-list-of-atomic: In the definition of list type ''{0}'', type ''{1}'' is an invalid list element type because it is not atomic (''{1}'' is either a list type, or a union type which contains a list). cos-nonambig = cos-nonambig: {0} and {1} (or elements from their substitution group) violate \"Unique Particle Attribution\". During validation against this schema, ambiguity would be created for those two particles. - cos-particle-extends.3.1 = cos-particle-extends.3.1: When both a derived type and its base have particles with <all> as their {term}s, the minOccurs of the derived particle needs to be equal to that of its base. + cos-particle-extends.3.1 = cos-particle-extends.3.1: When both a derived type and its base have particles with <all> as their '{'term'}'s, the minOccurs of the derived particle needs to be equal to that of its base. cos-particle-restrict.a = cos-particle-restrict.a: Derived particle is empty, and base is not emptiable. cos-particle-restrict.b = cos-particle-restrict.b: Base particle is empty, but derived particle is not. cos-particle-restrict.2 = cos-particle-restrict.2: Forbidden particle restriction: ''{0}''. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@xerces.apache.org For additional commands, e-mail: commits-h...@xerces.apache.org