sdl_serialize_resriction_int 1943 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minExclusive,out);
sdl_serialize_resriction_int 1944 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minInclusive,out);
sdl_serialize_resriction_int 1945 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxExclusive,out);
sdl_serialize_resriction_int 1946 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxInclusive,out);
sdl_serialize_resriction_int 1947 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->totalDigits,out);
sdl_serialize_resriction_int 1948 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->fractionDigits,out);
sdl_serialize_resriction_int 1949 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->length,out);
sdl_serialize_resriction_int 1950 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minLength,out);
sdl_serialize_resriction_int 1951 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxLength,out);