lumeohq / xsd-parser-rs

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

Add attributeGroup support #74

Closed LeonidKrutovsky closed 4 years ago

LeonidKrutovsky commented 4 years ago

There is <xs:attributeGroup> tag in xml.xsd (https://www.w3.org/2001/03/xml.xsd).

LeonidKrutovsky commented 4 years ago

The processing of this element is not necessary for ONVIF, you can put a stub.