andrewbober / xsd2jsonschema

A pure JavaScript library for translating complex XML Schemas into JSON Schemas.
https://www.xsd2jsonschema.org
Apache License 2.0
47 stars 25 forks source link

xsd all tag as complex type support #33

Open LuisTejedaS opened 3 years ago

LuisTejedaS commented 3 years ago

Hello Andrew, thank you for this great library. It is helping me a lot.

I'd like to ask if we could have support for the tag as a complex type, similary to what is achieved now for rigth now this tag is just not returning anything

this is the xsd i am using

<xsd:schema targetNamespace="http://www.profixio.com/soap/services/getActivityByUser.php" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:tns="http://www.profixio.com/soap/services/getActivityByUser.php">

Thanks in advice