You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
representing a fileSize as double is limited due to mantisse.
It may rounded values with giga bytes file as the mantisse cannot display decimals bytes.
Thank you, @MarcAntoine-Arnaud, I agree and support your proposed change.
I can apply this change, but prefer to do this after our current task (removing range) in a few weeks.
representing a
fileSize
as double is limited due to mantisse.It may rounded values with giga bytes file as the mantisse cannot display decimals bytes.
Change it to
nonNegativeInteger
seams relevant, it just means it has to handle 64 bits (but it seems fine regarding that link: https://www.oreilly.com/library/view/xml-schema/0596002521/re86.html)The text was updated successfully, but these errors were encountered: