peiyongz 2003/02/22 10:22:41 Modified: c/src/xercesc/util/MsgLoaders/ICU/resources en_US.txt Log: Schema Errata E2-35 Length, minLength and maxLength in different derivation steps. Revision Changes Path 1.19 +4 -0 xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/en_US.txt Index: en_US.txt =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/en_US.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- en_US.txt 16 Jan 2003 18:32:37 -0000 1.18 +++ en_US.txt 22 Feb 2003 18:22:40 -0000 1.19 @@ -586,6 +586,10 @@ "Value of minLength '{0}' must be less than or equal to the base maxLength '{1}' " , "Value of maxLength '{0}' must be less than or equal to the base maxLength '{1}' " , "Value of maxLength '{0}' must be greater than or equal to the base minLength '{1}' " , + "Value of Length '{0}' must be greater than or equal to the base minLength '{1}' " , + "Value of Length '{0}' must be less than or equal to the base maxLength '{1}' " , + "Value of minLength '{0}' must be less than or equal to the base Length '{1}' " , + "Value of maxLength '{0}' must be greater than or equal to the base Length '{1}' " , "Value of enumeration = '{0}' must be from the value space of base " , "Value of whitespace '{0}' must be one of 'preserve', 'replace', 'collapse' " , "It is an error if whiteSpace = 'preserve' or 'replace' and base.whiteSpace = 'collapse'. " ,
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]