Lines Matching defs:final
7897 * Validates the value of the attribute "final" and "block". The value
8646 } else if ((!xmlStrEqual(attr->name, BAD_CAST "final")) &&
8676 * Attribute "final".
8678 attr = xmlSchemaGetPropNode(node, "final");
9248 (!xmlStrEqual(attr->name, BAD_CAST "final"))) {
9259 * Attribute "final".
9261 attr = xmlSchemaGetPropNode(node, "final");
9270 final");
12114 int final = 0, block = 0, hasRestrictionOrExtension = 0;
12202 } else if (xmlStrEqual(attr->name, BAD_CAST "final")) {
12204 * Attribute "final".
12221 final = 1;
12263 if (! final) {
14602 * @final: the final
14604 * Evaluates if a type definition contains the given "final".
14607 * Returns 1 if the type does containt the given "final",
14611 xmlSchemaTypeFinalContains(xmlSchemaTypePtr type, int final)
14615 if (type->flags & final)
14814 * 2.1 restriction is not in the subset, or in the {final}
15216 * 3 The {final} of the {base type definition} must not contain restriction.
15223 "The 'final' of its base type '%s' must not contain "
15282 /* 1.2 The {final} of the {base type definition} must not contain
15291 "The final of its base type '%s' must not contain 'restriction'",
15385 * 2.3.1.1 The {final} of the {item type definition} must not
15393 "The final of its item type '%s' must not contain 'list'",
15442 * 2.3.2.2 The {final} of the {base type definition} must not
15450 "The 'final' of the base type '%s' must not contain 'restriction'",
15564 * {final} which does not contain union.
15573 "The 'final' of member type '%s' contains 'union'",
15605 * 3.3.2.2 The {final} of the {base type definition} must not contain restriction.
15612 "The 'final' of its base type '%s' must not contain 'restriction'",
16144 * SPEC (1.1) "The {final} of the {base type definition} must not
16151 "The 'final' of the base type definition "
16351 * SPEC (2.2) "The {final} of the {base type definition} must not
16358 "The 'final' of the base type definition "
16407 * definition whose {final} does not contain restriction."
16412 "The 'final' of the base type definition "
19652 * attribute "final".