maxExclusive      679 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxExclusive);
maxExclusive     2402 ext/soap/php_schema.c 		delete_restriction_var_int(type->restrictions->maxExclusive);
maxExclusive     2449 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(type->restrictions->maxExclusive);
maxExclusive     1337 ext/soap/php_sdl.c 		type->restrictions->maxExclusive = sdl_deserialize_resriction_int(in);
maxExclusive     1934 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxExclusive,out);
maxExclusive     2735 ext/soap/php_sdl.c 		if (ptype->restrictions->maxExclusive) {
maxExclusive     2736 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxExclusive);
maxExclusive      141 ext/soap/php_sdl.h 	sdlRestrictionIntPtr maxExclusive;