You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: