Integer limiting constraints: Support scientific notation
The integer constraints MaximalInclusive, MaximalExclusive, MinimalInclusive and MinimalExclusive are defined in FDL as 'xs:double', but this library parses them with int(...), so scientific notation does not work.