Peter Saint-Andre wrote: > On 5/29/09 1:58 PM, Justin Karneges wrote: >> That said, I think we ought to put in something about looping the counter, >> for >> example going back to zero after some maximum. I suggest that the stanza >> count be defined as a 32-bit unsigned integer, that loops at maximum. That >> is, (2^32)-1. > > In schema terms, you are recommending that the datatype shall be > unsignedInt <http://www.w3.org/TR/xmlschema-2/#unsignedInt> with > minInclusive set to "1" ('h' does not start at zero). Correct?
When it loops it jumps from (2^32)-1 to 1, skipping 0? This sounds wrong to me. Dirk -- Warning: Dates in Calendar are closer than they appear.
