ebu / ebucoreplus

Maintenance and development of the EBUCorePlus
MIT License
23 stars 6 forks source link

fileSize as double is limited #345

Open MarcAntoine-Arnaud opened 2 weeks ago

MarcAntoine-Arnaud commented 2 weeks ago

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)