|
To access nested elements, you would need to traverse down the content model of the parent element as shown in my previous post.
The elements in the post-compilation Elements collection each have an ElementType property which exposes the compiled complex type or simple type of that element. To get to the child elements, you need to navigate down the complex type.
The items collection is used to add items to the schema prior to compilation.
|