Lines Matching defs:occurs

528     int occurs; /* required, optional */
5766 * if not valid and -1 if an internal error occurs.
5847 * if not valid and -1 if an internal error occurs.
5878 * if not valid and -1 if an internal error occurs.
5913 * if not valid and -1 if an internal error occurs.
6701 * if something is not valid and -1 if an internal error occurs.
6834 * 2.2 {max occurs} must be greater than or equal to 1.
6844 * 2.1 {min occurs} must not be greater than {max occurs}.
7092 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL;
7163 occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL;
7165 occurs = XML_SCHEMAS_ATTR_USE_PROHIBITED;
7167 occurs = XML_SCHEMAS_ATTR_USE_REQUIRED;
7220 (occurs != XML_SCHEMAS_ATTR_USE_OPTIONAL)) {
7274 if (occurs == XML_SCHEMAS_ATTR_USE_PROHIBITED)
7282 use->occurs = occurs;
7302 } else if (occurs != XML_SCHEMAS_ATTR_USE_PROHIBITED) {
7315 use->occurs = occurs;
7342 if (occurs == XML_SCHEMAS_ATTR_USE_PROHIBITED) {
11286 * "The {max occurs} of all the particles in the {particles}
13038 * NOTE: The {max occurs} of all the particles in the
14115 if ((cur->occurs == XML_SCHEMAS_ATTR_USE_OPTIONAL) &&
14116 (bcur->occurs == XML_SCHEMAS_ATTR_USE_REQUIRED))
14256 if (bcur->occurs != XML_SCHEMAS_ATTR_USE_REQUIRED)
14375 * Returns -1 if an internal error occurs, 0 otherwise.
14740 * SPEC (1) "Its {min occurs} is 0."
15090 * {max occurs}=1 which is part of a pair which constitutes
15098 "The particle's {max occurs} must be 1, since the "
17223 * when a facet of the same kind occurs in both S and the
25253 if (attrUse->occurs == XML_SCHEMAS_ATTR_USE_REQUIRED) {
25273 } else if ((attrUse->occurs == XML_SCHEMAS_ATTR_USE_OPTIONAL) &&