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 #247

Closed rsimant closed 8 years ago

rsimant commented 8 years ago

The schema parser is able to parse the ComplexTypes of form -

xsd:sequence /xsd:sequence /xsd:complexType But it is not able to parse the ComplexTypes of form - xsd:complexType xsd:sequence /xsd:sequence /xsd:complexType /xsd:element In the later form it considers "PersonType" to be just an Element and not ComplexType. Hence the elements included in it are not parsed at all. Does anyone have a solution for this ?