You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2002/01/03 21:58:47 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/msg XMLSchemaMessages.properties

sandygao    02/01/03 12:58:47

  Modified:    java/src/org/apache/xerces/impl/msg
                        XMLSchemaMessages.properties
  Log:
  Updating error messages for simple types.
  
  Revision  Changes    Path
  1.33      +6 -1      xml-xerces/java/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties
  
  Index: XMLSchemaMessages.properties
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/XMLSchemaMessages.properties,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- XMLSchemaMessages.properties	2 Dec 2001 01:43:28 -0000	1.32
  +++ XMLSchemaMessages.properties	3 Jan 2002 20:58:47 -0000	1.33
  @@ -320,7 +320,12 @@
           rcase-RecurseUnordered.2 = rcase-RecurseUnordered.2: There is not a complete functional mapping between the particles.  
           sch-props-correct.1 = sch-props-correct.1: schema components of type ''{0}'' cannot occur after declarations or are not permitted as children of a <schema> element.
           sch-props-correct.2 = sch-props-correct.2: a schema cannot contain two global components with the same name; this one contains two occurrences of ''{0}''.
  -        st-props-correct = st-props-correct: error.
  +        st-props-correct.1 = st-props-correct.1: error.
  +        st-props-correct.2 = st-props-correct.2: circular definitions detected for type ''{0}''.
  +        st-props-correct.3 = st-props-correct.3: {final} of the {base type definition} contains restriction.
  +        st-props-correct.4.1 = st-props-correct.4.1: The type definition is not a valid restriction with repect to the base type ''{0}''.
  +        st-props-correct.4.2.1 = st-props-correct.4.2.1: {final} of the {base type definition} contains list.
  +        st-props-correct.4.2.2 = st-props-correct.4.2.2: {final} of the {base type definition} contains union.
           totalDigits-valid-restriction = totalDigits-valid-restriction: error.
           whiteSpace-valid-restriction = whiteSpace-valid-restriction: error.
           w-props-correct = w-props-correct: error.
  
  
  

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