W3C home > Mailing lists > Public > public-qt-comments@w3.org > December 2003

Possible mistake in XQuery spec 8.1.4.2

From: Paul J. Lucas <plucas@bea.com>
Date: Tue, 2 Dec 2003 20:08:38 -0800 (PST)
To: public-qt-comments@w3.org
Cc: Daniela Florescu <danielaf@bea.com>
Message-ID: <Pine.LNX.4.44.0312022000270.23740-100000@g4.pauljlucas.org>

	Regarding Schema Mapping, the last case where:

		[minOccurs="n" maxOccurs="m"]occurs
			==
			*

	In my opinion, since neither n nor m can be zero, this really
	should be + and not * since * can be zero.

	Also, the conditions for n and m are written as:

		where n >= m > 1

	Shouldn't that be:

		where m >= n > 1

	?

	- Paul
Received on Tuesday, 2 December 2003 23:46:00 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:14:03 GMT