Victor
Victor
In the branch xsd-model, we need to create abstract code level structs for all types from xsd-parser/src/xsd_model/groups/schema_top.rs. In the scope of the same task, we need to implement conversions from...
To effectively resolve the following issues: - #35 - #83 and to achieve better decomposition and extensibility, we are implementing a new approach, in which the parsing/generation pipeline deals with...
As onvif-rs (https://github.com/lumeohq/onvif-rs) user I want all types from onvif-rs::schema fully comply with all XSD's used by `onvif.xsd`. `onvif.xsd` dependency graph is a bit branchy and we have to reflect...
From ``` ``` we generate ``` #[derive(Default, PartialEq, Debug, YaSerialize, YaDeserialize)] #[yaserde( prefix = "tns", namespace = "tns: http://www.w3.org/2003/05/soap-envelope" )] pub struct Reasontext { #[yaserde(attribute, prefix = "xml" rename =...
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:...