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 ?
The parser does not parse the ComplexType correctly. When the complex type defination is given as `<xsd:element name = "PersonType>