sandygao 2004/01/19 07:30:11 Modified: java/src/org/apache/xerces/impl/msg XMLSchemaMessages.properties Log: Schema erratum E2-35 and bug [25724]. This erratum allows length to be specified along with min/maxLength, as long as they are at different derivation steps, and minLength <= length <= maxLength. Revision Changes Path 1.73 +3 -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.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- XMLSchemaMessages.properties 10 Nov 2003 21:22:01 -0000 1.72 +++ XMLSchemaMessages.properties 19 Jan 2004 15:30:11 -0000 1.73 @@ -189,6 +189,8 @@ length-minLength-maxLength.a = length-minLength-maxLength.a: It is an error for both length and either of minLength or maxLength to be specified. However, {0} has length = ''{1}'', minLength = ''{2}'' and maxLength = ''{3}''. length-minLength-maxLength.b = length-minLength-maxLength.b: It is an error for both length and either of minLength or maxLength to be specified. However, {0} has length = ''{1}'' and minLength = ''{2}''. length-minLength-maxLength.c = length-minLength-maxLength.c: It is an error for both length and either of minLength or maxLength to be specified. However, {0} has length = ''{1}'' and maxLength = ''{2}''. + length-minLength-maxLength.d = length-minLength-maxLength.b: For type {0}, it is an error for the value of length ''{1}'' to be less than the value of minLength ''{2}''. + length-minLength-maxLength.e = length-minLength-maxLength.c: For type {0}, it is an error for the value of length ''{1}'' to be greater than the value of maxLength ''{2}''. length-valid-restriction = length-valid-restriction: Error for type ''{2}''. The value of length = ''{0}'' must be = the value of that of the base type ''{1}''. maxExclusive-valid-restriction.1 = maxExclusive-valid-restriction.1: Error for type ''{2}''. The maxExclusive value =''{0}'' must be <= maxExclusive of the base type ''{1}''. maxExclusive-valid-restriction.2 = maxExclusive-valid-restriction.2: Error for type ''{2}''. The maxExclusive value =''{0}'' must be <= maxInclusive of the base type ''{1}''.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]