Hello everyone,
I have a schema and I wish to navigate through it, when I have a complex type, I can get the sequence element in that complex type by: complextype.particle, but it's still treated as a particle and i can't get the elements inside it.
How can I get the sequence element in that complex type (as a XMLSchemaSequence) so then i can get it's children?
Thank you very much!
I have a schema and I wish to navigate through it, when I have a complex type, I can get the sequence element in that complex type by: complextype.particle, but it's still treated as a particle and i can't get the elements inside it.
How can I get the sequence element in that complex type (as a XMLSchemaSequence) so then i can get it's children?
Thank you very much!