maxInclusive      679 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxInclusive);
maxInclusive     2415 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->maxInclusive);
maxInclusive     2462 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(&type->restrictions->maxInclusive);
maxInclusive     1346 ext/soap/php_sdl.c 		type->restrictions->maxInclusive = sdl_deserialize_resriction_int(in);
maxInclusive     1948 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxInclusive,out);
maxInclusive     2768 ext/soap/php_sdl.c 		if (ptype->restrictions->maxInclusive) {
maxInclusive     2769 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxInclusive);
maxInclusive      142 ext/soap/php_sdl.h 	sdlRestrictionIntPtr maxInclusive;