Why doesn't XML have Bag?
Leigh Dodds
ldodds at ingenta.com
Fri Mar 26 12:40:50 GMT 1999
> Why doesn't XML support the notion of an unordered list of elements,
> i.e., a Bag? Perhaps this is a limitation of DTD, not XML? That is,
> DTDs do not support Bags, but XML has no such inherent limitation? Does
> DCD support Bags? /Roger
An XML newbie writes....
Isn't this an unordered list of elements?
<!ELEMENT BAG (A?,B?,C?,D?)+>
Which appears to have order, but as elements are optional
and the group is repeatable the ordering isn't enforced. Although
the bag can't be empty. So, you could have...
<!ELEMENT BAG (A?,B?,C?,D?)*>
Which allows an empty BAG
Or am I completely wrong?
Cheers,
L.
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list