Lines Matching defs:occurs
528 int occurs; /* required, optional */
5787 * if not valid and -1 if an internal error occurs.
5868 * if not valid and -1 if an internal error occurs.
5899 * if not valid and -1 if an internal error occurs.
5934 * if not valid and -1 if an internal error occurs.
6722 * if something is not valid and -1 if an internal error occurs.
6855 * 2.2 {max occurs} must be greater than or equal to 1.
6865 * 2.1 {min occurs} must not be greater than {max occurs}.
7113 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL;
7184 occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL;
7186 occurs = XML_SCHEMAS_ATTR_USE_PROHIBITED;
7188 occurs = XML_SCHEMAS_ATTR_USE_REQUIRED;
7241 (occurs != XML_SCHEMAS_ATTR_USE_OPTIONAL)) {
7295 if (occurs == XML_SCHEMAS_ATTR_USE_PROHIBITED)
7303 use->occurs = occurs;
7323 } else if (occurs != XML_SCHEMAS_ATTR_USE_PROHIBITED) {
7336 use->occurs = occurs;
7363 if (occurs == XML_SCHEMAS_ATTR_USE_PROHIBITED) {
11307 * "The {max occurs} of all the particles in the {particles}
13068 * NOTE: The {max occurs} of all the particles in the
14145 if ((cur->occurs == XML_SCHEMAS_ATTR_USE_OPTIONAL) &&
14146 (bcur->occurs == XML_SCHEMAS_ATTR_USE_REQUIRED))
14286 if (bcur->occurs != XML_SCHEMAS_ATTR_USE_REQUIRED)
14405 * Returns -1 if an internal error occurs, 0 otherwise.
14770 * SPEC (1) "Its {min occurs} is 0."
15120 * {max occurs}=1 which is part of a pair which constitutes
15128 "The particle's {max occurs} must be 1, since the "
17253 * when a facet of the same kind occurs in both S and the
25283 if (attrUse->occurs == XML_SCHEMAS_ATTR_USE_REQUIRED) {
25303 } else if ((attrUse->occurs == XML_SCHEMAS_ATTR_USE_OPTIONAL) &&