Prefix declarations in inlined schema

Hi, section 3.1.2 of part 1 [1] says about inlining XML schema:

"It may be viewed as simply cutting and pasting an existing schema
document to a location inside the types element information item."

Doing this could mean a namespace declaration, declared in the
enclosing <description> is redeclared in the <schema> element. Of
course, this won't be a problem - I'm more interested in the case
where the inlined schema relies on the enclosing <description>'s
namespace declarations. Meaning the <schema> uses prefixes only
declared in the enclosing <description> element. So ...

Is it necessary to respecify namespace declarations already specified
in the enclosing WSDL or do the default scoping rules apply?

[1] http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html?content-type=text/html;%20charset=utf-8#inlining-xsd

Thanks,
Jeremy

Received on Wednesday, 7 June 2006 21:44:00 UTC