Home | History | Annotate | Download | only in libxml2

Lines Matching full:minlength

6656     } else if (IS_SCHEMA(node, "minLength")) {
11665 (IS_SCHEMA(child, "minLength"))) {
11733 "length | minLength | maxLength | enumeration | whiteSpace | "
11742 "length | minLength | maxLength | enumeration | whiteSpace | "
15463 * 2.3.2.4 Only length, minLength, maxLength, whiteSpace, pattern
17289 * length and minLength or maxLength (2.2) + (3.2)
17293 "either of 'minLength' or 'maxLength' to be specified on "
17329 * SCC "minLength valid restriction"
17330 * minLength >= BASE minLength
17344 * maxLength <= BASE minLength
17356 * SCC "length and minLength or maxLength"
17364 /* (1.1) length >= minLength */
21481 return (BAD_CAST "minLength");
24222 * "length", "minLength" and "maxLength" of list types.