[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Namespace: what's the correct usage?
- From: Martin Gudgin <marting@develop.com>
- To: "Al B. Snell" <alaric@alaric-snell.com>
- Date: Mon, 28 May 2001 12:25:39 +0100
----- Original Message -----
From: "Al B. Snell" <alaric@alaric-snell.com>
To: "Martin Gudgin" <marting@develop.com>
Cc: "Kohsuke KAWAGUCHI" <kohsukekawaguchi@yahoo.com>;
<xml-dev@lists.xml.org>
Sent: Monday, May 21, 2001 12:47 PM
Subject: Re: Namespace: what's the correct usage?
> On Sat, 19 May 2001, Martin Gudgin wrote:
>
> > Looks like we have a similar approach, modulo the <children> element (
is
> > that basically used for arrays/collections? ).
>
> <children> was just the name of the field that contained a sequence of
> ChildInformation records... it's not a "special" name :-)
OK, but in the example given it is a 'collection'. I take a simlar approach.
The name of the outer wrapper for a collection is not fixed, all the
children have the same name ( and it's typically the type name )
Gudge