<div dir="ltr">In the page <a href="http://lv2plug.in/ns/ext/buf-size">http://lv2plug.in/ns/ext/buf-size</a>, the ranges of the properties maxBlockLength, minBlockLength, nominalBlocklength, and sequenceSize are listed as xsd:nonNegativeInteger.<div><br></div><div>The problem with that, is that the xsd:nonNegativeInteger type is of unbounded size. +123456789012345678901234567890 is a valid and legal xsd:nonNegativeInteger. I cannot imagine how one would encode that in an LV2_Options_Option structure.</div><div><br></div><div>I've searched through all the source code I can find on the internet that implements LV2 Buf Size properties, and they seem to universally use a type of  atom:Int. </div><div><br></div><div>Perhaps the documentation could be changed to reflect that.</div><div><br></div><div>The proposed change:</div><div><br></div><div><ul><li>Replace all occurrences of xsd:nonNegativeInteger in <a href="http://lv2plug.in/ns/ext/buf-size">http://lv2plug.in/ns/ext/buf-size</a> with atom:Int.</li></ul></div><div><br></div></div>