Re: Identifying the source schema for PSVI contributions

John Snelson <jpcs@decisionsoft.com> writes:

<snip/>

> However, when using elementForm="unqualified", any element
> declarations that I have that are not globally scoped in the schema
> document have a target namespace of _absent_. This occurs more
> frequently when we talk about attribute declarations, where it is more
> usual to use attributeForm="unqualified".
>
> In this situation, given the object isomorphic to the element
> declaration, how can I find the target namespace of the schema
> document it came from (or, in fact, any other kind of uniquely
> identifying information).

Ah, right.  At the moment there is no definitive way to do this in the
presence of named element and attribute groups.  We're looking at ways
to fix this.  If you _know_ no named groups were referenced in
building your schema, you can just go up the component hierarchy until you
find a targetNamespace.  If you can go up the component hierarchy
using the xerces-j API.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
                      Half-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/
 [mail really from me _always_ has this .sig -- mail without it is forged spam]

Received on Thursday, 28 August 2003 11:50:12 UTC