Issues parsing ComplexType elements in Schemas
Opened this issue · 0 comments
rsimant commented
The parser does not parse the ComplexType correctly. When the complex type defination is given as
<xsd:element name = "PersonType> <xsd:complexType> <xsd:sequence> ..... ..... </xsd:sequence> </xsd:complexType> </xsd:element>
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 ?