EDN Admin
Well-known member
I am trying to get access to a list of elements under a complexType in my XSD. I load the XSD files into the System.Xml.Schem.XmlSchemaSet. Everything compiles with no error. Now my problem is that there appears to be only 1 element SSSS.
What I need to accomplish is to find the complexType DDDD under SSSS and retrieve the list of elements under it. The elements are under the keyword sequence. I have tried to access via the XmlSchemaSet, and via the XmlSchema which contains the
complexType DDDD but have been unsuccessful so far. Any assistance is appreciated.
I should also mention that I am using C#.
Talmadge
View the full article
What I need to accomplish is to find the complexType DDDD under SSSS and retrieve the list of elements under it. The elements are under the keyword sequence. I have tried to access via the XmlSchemaSet, and via the XmlSchema which contains the
complexType DDDD but have been unsuccessful so far. Any assistance is appreciated.
I should also mention that I am using C#.
Talmadge
View the full article