sdl_deserialize_resriction_int 1341 ext/soap/php_sdl.c 		type->restrictions->minExclusive = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1342 ext/soap/php_sdl.c 		type->restrictions->minInclusive = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1343 ext/soap/php_sdl.c 		type->restrictions->maxExclusive = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1344 ext/soap/php_sdl.c 		type->restrictions->maxInclusive = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1345 ext/soap/php_sdl.c 		type->restrictions->totalDigits = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1346 ext/soap/php_sdl.c 		type->restrictions->fractionDigits = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1347 ext/soap/php_sdl.c 		type->restrictions->length = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1348 ext/soap/php_sdl.c 		type->restrictions->minLength = sdl_deserialize_resriction_int(in);
sdl_deserialize_resriction_int 1349 ext/soap/php_sdl.c 		type->restrictions->maxLength = sdl_deserialize_resriction_int(in);