sandygao    2003/01/20 08:57:52

  Modified:    java/src/org/apache/xerces/impl/msg
                        XMLSchemaMessages.properties
  Log:
  Error code change as per Erratum E1-15.
  
  Revision  Changes    Path
  1.57      +5 -4      
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.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- XMLSchemaMessages.properties      17 Jan 2003 19:55:39 -0000      1.56
  +++ XMLSchemaMessages.properties      20 Jan 2003 16:57:52 -0000      1.57
  @@ -219,9 +219,10 @@
           derivation-ok-restriction.4.1 = derivation-ok-restriction.4.1: Error for 
type ''{0}''.  The derivation has an attribute wildcard, but the base does not have 
one.
           derivation-ok-restriction.4.2 = derivation-ok-restriction.4.2: Error for 
type ''{0}''.  The wildcard in the derivation is not a valid wildcard subset of the 
one in the base.
           derivation-ok-restriction.4.3 = derivation-ok-restriction.4.3: Error for 
type ''{0}''.  The process contents of the wildcard in the derivation is weaker than 
that in the base.
  -        derivation-ok-restriction.5.1.1 = derivation-ok-restriction.5.1.1: Error 
for type ''{0}''.  The content type is not a valid restriction of the content type of 
the base.
  -        derivation-ok-restriction.5.2 = derivation-ok-restriction.5.2: Error for 
type ''{0}''.  The content type of this type is empty, but the content type of the 
base is not.
  -        derivation-ok-restriction.5.3 = derivation-ok-restriction.5.3: Error for 
type ''{0}''.  The particle of the type is not a valid restriction of the particle of 
the base.
  +        derivation-ok-restriction.5.1.2.1 = derivation-ok-restriction.5.1.2.1: 
Error for type ''{0}''.  The content type is not a valid restriction of the content 
type of the base.
  +        derivation-ok-restriction.5.2.2 = derivation-ok-restriction.5.2.2: Error 
for type ''{0}''.  The content type of this type is empty, but the content type of the 
base is not empty or emptiable.
  +        derivation-ok-restriction.5.3.1.2 = derivation-ok-restriction.5.3.1.2: 
Error for type ''{0}''.  The content type of this type is mixed, but the content type 
of the base is not.
  +        derivation-ok-restriction.5.3.2 = derivation-ok-restriction.5.3.2: Error 
for type ''{0}''.  The particle of the type is not a valid restriction of the particle 
of the base.
           enumeration-required-notation = enumeration-required-notation: enumeration 
facet value required for NOTATION type in element/attribute ''{0}''.
           enumeration-valid-restriction = enumeration-valid-restriction: enumeration 
value ''{0}'' is not in the value space of '{'base type definition'}'.
           e-props-correct.1 = e-props-correct.1: error.
  
  
  

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

Reply via email to