[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Namespace: what's the correct usage?

  • From: Jonathan Borden <jborden@m...>
  • To: Martin Gudgin <marting@d...>,Kohsuke KAWAGUCHI <kohsukekawaguchi@y...>, xml-dev@l...
  • Date: Sat, 19 May 2001 17:52:04 -0400

targetnamespace urn
Martin Gudgin wrote:

> > > <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
> > >            xmlns:this='urn:example.org.people'
> > >            targetNamespace='urn:example.org.people' >
> > >
> > >   <xs:complexType name='person' >
> > >     <xs:sequence>
> > >       <xs:element name='given' type='xs:string' />
> > >       <xs:element name='family' type='xs:string' />
> > >     </xs:sequence>
> > >   </xs:complexType>
> > >
> > >   <xs:element name='person' type='this:person' />
> > >
> > > </xs:schema>

> >
> > 2) it also looks like all these elements are in the same namespace (as I
> > suggested).
>
> [MJG]
> Errr, no. The way the schema is written the person element is in the
> namespace 'urn:example.org.people' and the given and family elements are
> unqualified. Instance would be;
>
> <p:person xmlns:p='urn:example.org.people' >
>   <given>Martin</given>
>   <family>Gudgin</family>
> </p:person>
>

In reading the XML Schema -1 spec describing the targetNamespace of an
element decl:

"If form is present and its ·actual value· is qualified, or if form is
absent and the ·actual value· of elementFormDefault on the <schema> ancestor
is qualified, then the ·actual value· of the targetNamespace [attribute] of
the parent <schema> element information item, or ·absent· if there is none,
otherwise ·absent·."

I cannot see why the "person" element decl is any different than the "given"
element decl, as they both have the same ancestor <schema> and no form nor
elementFormDefault attribute values.

If I am not reading this correctly then it is incomprehensible to me.

-Jonathan



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.