delete_restriction_var_int 2368 soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minExclusive);
delete_restriction_var_int 2369 soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minInclusive);
delete_restriction_var_int 2370 soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->maxExclusive);
delete_restriction_var_int 2371 soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->maxInclusive);
delete_restriction_var_int 2372 soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->totalDigits);
delete_restriction_var_int 2373 soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->fractionDigits);
delete_restriction_var_int 2374 soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->length);
delete_restriction_var_int 2375 soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minLength);
delete_restriction_var_int 2376 soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->maxLength);
delete_restriction_var_int   36 soap/php_schema.h void delete_restriction_var_int(void *rvi);