--TEST--
SOAP XML Schema 38: Structure with attributes (ref)
--EXTENSIONS--
soap
xml
--FILE--
EOF;
test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
echo "ok";
?>
--EXPECTF--
str
object(stdClass)#%d (2) {
["str"]=>
string(3) "str"
["int"]=>
int(123)
}
ok