sdl_deserialize_resriction_int 1232 ext/soap/php_sdl.c 		type->restrictions->minExclusive = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1233 ext/soap/php_sdl.c 		type->restrictions->minInclusive = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1234 ext/soap/php_sdl.c 		type->restrictions->maxExclusive = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1235 ext/soap/php_sdl.c 		type->restrictions->maxInclusive = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1236 ext/soap/php_sdl.c 		type->restrictions->totalDigits = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1237 ext/soap/php_sdl.c 		type->restrictions->fractionDigits = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1238 ext/soap/php_sdl.c 		type->restrictions->length = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1239 ext/soap/php_sdl.c 		type->restrictions->minLength = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1240 ext/soap/php_sdl.c 		type->restrictions->maxLength = sdl_deserialize_resriction_int(in);