mrglavas    2004/05/11 10:30:16

  Modified:    java/src/org/apache/xerces/impl/msg
                        XMLSchemaMessages.properties
  Log:
  Some schema messages contained incorrectly escaped curly braces

  and single quotes. Fixed, thanks to the patch from Neil Delima.
  
  Revision  Changes    Path
  1.76      +4 -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.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- XMLSchemaMessages.properties      17 Mar 2004 20:11:49 -0000      1.75
  +++ XMLSchemaMessages.properties      11 May 2004 17:30:16 -0000      1.76
  @@ -139,9 +139,9 @@
           ag-props-correct.2 = ag-props-correct.2: Error for attribute group ''{0}''. 
 Duplicate attribute uses with the same name and target namespace are specified.  Name 
of duplicate attribute use is ''{1}''.
           ag-props-correct.3 = ag-props-correct.3: Error for attribute group ''{0}''. 
 Two attribute declarations, ''{1}'' and ''{2}'' have types which are derived from ID.
           a-props-correct.2 = a-props-correct.2: Invalid value constraint value 
''{1}'' in attribute ''{0}''.
  -        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.
  +        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.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.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-applicable-facets = cos-applicable-facets: Facet ''{0}'' is not allowed 
by type {1}.
           cos-ct-extends.1.1 = cos-ct-extends.1.1: Type ''{0}'' was derived by 
extension from type ''{1}''.  However, the ''final'' attribute of ''{1}'' forbids 
derivation by extension.
  @@ -202,7 +202,7 @@
           maxInclusive-valid-restriction.3 = maxInclusive-valid-restriction.3: Error 
for type ''{2}''. The maxInclusive value =''{0}'' must be >= minInclusive of the base 
type ''{1}''.
           maxInclusive-valid-restriction.4 = maxInclusive-valid-restriction.4: Error 
for type ''{2}''. The maxInclusive value =''{0}'' must be > minExclusive of the base 
type ''{1}''.
           maxLength-valid-restriction = maxLength-valid-restriction: In the 
definition of {2}, maxLength value = ''{0}'' must be <= that of the base type ''{1}''.
  -        mg-props-correct.2 = mg-props-correct.2: Circular definitions detected for 
group ''{0}''. Recursively following the {term} values of the particles leads to a 
particle whose {term} is the group itself.
  +        mg-props-correct.2 = mg-props-correct.2: Circular definitions detected for 
group ''{0}''. Recursively following the '''{term}''' values of the particles leads to 
a particle whose '''{term}''' is the group itself.
           minExclusive-less-than-equal-to-maxExclusive = 
minExclusive-less-than-equal-to-maxExclusive: In the definition of {2}, minExclusive 
value = ''{0}'' must be <= maxExclusive value = ''{1}''.
           minExclusive-less-than-maxInclusive = minExclusive-less-than-maxInclusive: 
In the definition of {2}, minExclusive value = ''{0}'' must be < maxInclusive value = 
''{1}''.
           minExclusive-valid-restriction.1 = minExclusive-valid-restriction.1: Error 
for type ''{2}''. The minExclusive value =''{0}'' must be >= minExclusive of the base 
type ''{1}''.
  
  
  

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

Reply via email to