Home | History | Annotate | Download | only in libxml2

Lines Matching full:maxlength

6654     } else if (IS_SCHEMA(node, "maxLength")) {
11664 (IS_SCHEMA(child, "maxLength")) ||
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 "
17343 * SCC "maxLength valid restriction"
17344 * maxLength <= BASE minLength
17356 * SCC "length and minLength or maxLength"
17374 /* (2.1) length <= maxLength */
21479 return (BAD_CAST "maxLength");
24222 * "length", "minLength" and "maxLength" of list types.