Re: Possible mistake in XQuery spec 8.1.4.2

Hi Paul,
Thanks for the error report.
This is fixed in the next working draft.
Mary

> 
> 	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


-- 
Mary Fernandez, Principal Technical Staff Member
AT&T Labs - Research, 180 Park Ave., Room E277, Florham Park, NJ 07932-0971
phone: 973-360-8679,  fax: 973-360-8187
mff@research.att.com, http://www.research.att.com/~mff

Received on Thursday, 15 January 2004 12:25:46 UTC