goxsd icon indicating copy to clipboard operation
goxsd copied to clipboard

Use float64 for xml double

Open jengell opened this issue 5 years ago • 0 comments

The xml double type is specificed as a 64bit float so we should use the go type float64 type when creating models.

http://books.xmlschemata.org/relaxng/ch19-77065.html

jengell avatar Feb 03 '20 21:02 jengell