sandygao    2003/11/10 13:22:01

  Modified:    java/src/org/apache/xerces/impl/msg
                        XMLSchemaMessages.properties
  Log:
  We were using wrong some error codes.
  
  Revision  Changes    Path
  1.72      +2 -3      
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.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- XMLSchemaMessages.properties      27 Oct 2003 03:24:05 -0000      1.71
  +++ XMLSchemaMessages.properties      10 Nov 2003 21:22:01 -0000      1.72
  @@ -48,8 +48,7 @@
           cvc-complex-type.3.2.2 = cvc-complex-type.3.2.2: Attribute ''{1}'' is not 
allowed to appear in element ''{0}''.
           cvc-complex-type.4 = cvc-complex-type.4: Attribute ''{1}'' must appear on 
element ''{0}''.
           cvc-complex-type.5.1 = cvc-complex-type.5.1: In element ''{0}'', attribute 
''{1}'' is a Wild ID. But there is already a Wild ID ''{2}''. There can be only one.
  -        cvc-complex-type.5.2 = cvc-complex-type.5.2: In element ''{0}'', both 
attribute ''{1}'' and attribute ''{2}'' are derived from ID. However, only one 
attribute in an '{'attribute uses'}' can be derived from ID.
  -        cvc-complex-type.5.3 = cvc-complex-type.5.3: Attribute ''{0}'' is a Wild 
ID. But there is already an attribute ''{1}'' derived from ID among the '{'attribute 
uses'}'.
  +        cvc-complex-type.5.2 = cvc-complex-type.5.2: In element ''{0}'', attribute 
''{1}'' is a Wild ID. But there is already an attribute ''{2}'' derived from ID among 
the '{'attribute uses'}'.
           cvc-datatype-valid.1.2.1 = cvc-datatype-valid.1.2.1: ''{0}'' is not a valid 
value for ''{1}''.
           cvc-datatype-valid.1.2.2 = cvc-datatype-valid.1.2.2: ''{0}'' is not a valid 
value of list type ''{1}''.
           cvc-datatype-valid.1.2.3 = cvc-datatype-valid.1.2.3: ''{0}'' is not a valid 
value of union type ''{1}''.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to