Lines Matching refs:occurs

528     int occurs; /* required, optional */
5768 * if not valid and -1 if an internal error occurs.
5849 * if not valid and -1 if an internal error occurs.
5880 * if not valid and -1 if an internal error occurs.
5915 * if not valid and -1 if an internal error occurs.
6703 * if something is not valid and -1 if an internal error occurs.
6836 * 2.2 {max occurs} must be greater than or equal to 1.
6846 * 2.1 {min occurs} must not be greater than {max occurs}.
7094 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL;
7165 occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL;
7167 occurs = XML_SCHEMAS_ATTR_USE_PROHIBITED;
7169 occurs = XML_SCHEMAS_ATTR_USE_REQUIRED;
7222 (occurs != XML_SCHEMAS_ATTR_USE_OPTIONAL)) {
7276 if (occurs == XML_SCHEMAS_ATTR_USE_PROHIBITED)
7284 use->occurs = occurs;
7304 } else if (occurs != XML_SCHEMAS_ATTR_USE_PROHIBITED) {
7317 use->occurs = occurs;
7344 if (occurs == XML_SCHEMAS_ATTR_USE_PROHIBITED) {
11275 * "The {max occurs} of all the particles in the {particles}
12977 * NOTE: The {max occurs} of all the particles in the
14049 if ((cur->occurs == XML_SCHEMAS_ATTR_USE_OPTIONAL) &&
14050 (bcur->occurs == XML_SCHEMAS_ATTR_USE_REQUIRED))
14190 if (bcur->occurs != XML_SCHEMAS_ATTR_USE_REQUIRED)
14309 * Returns -1 if an internal error occurs, 0 otherwise.
14672 * SPEC (1) "Its {min occurs} is 0."
15022 * {max occurs}=1 which is part of a pair which constitutes
15030 "The particle's {max occurs} must be 1, since the "
17151 * when a facet of the same kind occurs in both S and the
25179 if (attrUse->occurs == XML_SCHEMAS_ATTR_USE_REQUIRED) {
25199 } else if ((attrUse->occurs == XML_SCHEMAS_ATTR_USE_OPTIONAL) &&