|
Hi..
I also need to accomplish this in Vb.Net -- has anyone been successful with this?
Also -- as you said the post-complilation Elements collection only contains top-level 'elements' -- so wouldn't we need to examine the Items collection instead to find any 'complextypes' or 'simpletypes'? ie:
foreach (XmlSchemaElement parentElement in schema.Items) {
Thanks for this great article! And please let me know if you can shed any light on the matter of traversing nested schema elements. Thanks!
|