Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fileSize as double is limited #345

Open
MarcAntoine-Arnaud opened this issue Jul 10, 2024 · 1 comment
Open

fileSize as double is limited #345

MarcAntoine-Arnaud opened this issue Jul 10, 2024 · 1 comment

Comments

@MarcAntoine-Arnaud
Copy link
Contributor

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)

@JuergenGrupp
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants