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