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

Re: Namespace: what's the correct usage?

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

html namespace is not declared

----- Original Message -----
From: "Jonathan Borden" <jborden@m...>
To: "Martin Gudgin" <marting@d...>; "Kohsuke KAWAGUCHI"
<kohsukekawaguchi@y...>; <xml-dev@l...>
Sent: Saturday, May 19, 2001 8:35 PM
Subject: RE: Namespace: what's the correct usage?


> Martin Gudgin wrote:
>
> > ----- Original Message -----
> > From: "Jonathan Borden" <jborden@m...>
>
> > >
> > > why would anyone want to complicate this with different namespaces for
> > each
> > > element of the structure?
> >
> > I wouldn't 'complicate it with different namespaces for each
> > element in the
> > structure'. I would qualify the top-level element ( person ) and
> > not qualify
> > the children. This seems the most natural mapping to
>
> but that means there are (at least potentially) _two_ namespaces for the
> structure, one for the qualified top level element and another for the
> unprefixed children.

The *unqualified* children are always in 'no namespace'. Assume there is an
xmlns='' on the qualified element if that helps...

>
>
> >
> > package example.org.person;
> >
> > public class person
> > {
> >     String given;
> >     String family;
> > }
> >
> > to me at least...
>
> The difference is that in XML elements are first class entities, that is
the
> "given" element is not declared within the scope of the "person" class.

But attributes are declared in the scope of their owner element. Why not
child elements? This is the crux of the question I think. XML Schema allows
me to say

<complexType name='person'>
  <sequence>
    <element name='given' type='string' />
    <element name='family' type='string' />
  </sequence>
</complexType>

and the given and family elements *are* declared in the scope of the person
'class'

Regards

Martin Gudgin
DevelopMentor


PURCHASE STYLUS STUDIO ONLINE TODAY!

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

Buy Stylus Studio Now

Cast Your Vote

We need your help – Vote for DataDirect XML Products!

  • Best SOA or XML site

Winners and finalists announced at SOA World Conference in November.

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-2007 All Rights Reserved.