membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

Issues parsing ComplexType elements in Schemas #248

Open rsimant opened 8 years ago

rsimant commented 8 years ago

The parser does not parse the ComplexType correctly. When the complex type defination is given as `<xsd:element name = "PersonType>

..... ..... ` The element "PersonType" is a complex type. But the parser does not parse it as a complex Type. And hence the elements under this complex type are not parsed at all. Does anyone have a solution for this ?