lumeohq / xsd-parser-rs

A xsd/wsdl => rust code generator written in rust
Apache License 2.0
96 stars 34 forks source link

Non-ONVIF: Implement facet "fixed" #61

Open victor-soloviev opened 4 years ago

victor-soloviev commented 4 years ago

This page shows an example of fixed usage: https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/ms256061(v=vs.100)

fixed is not currently supported by the parser, due to ints absence in XSD files of ONVIF.

To implement fixed support: