D
dave.dolan
The example on MSDN for traversal of a schemaset is great if all you have are
top level elements, but I have complex schemas with several levels of complex
items. I seem to be only able to access the top level elements... what am I
missing? I'm trying to use the XML schema to represent the structure of xml
documents that are substituting for domain objects so I can avoid
serialization (and access virtual 'property' values with Xpath - again
without serialization and/or reflection) I need to use schemas here because
my web service clients still need to be able to generate the concrete domain
objects, but my service is agnostic of specific types.
Depth anyone?
top level elements, but I have complex schemas with several levels of complex
items. I seem to be only able to access the top level elements... what am I
missing? I'm trying to use the XML schema to represent the structure of xml
documents that are substituting for domain objects so I can avoid
serialization (and access virtual 'property' values with Xpath - again
without serialization and/or reflection) I need to use schemas here because
my web service clients still need to be able to generate the concrete domain
objects, but my service is agnostic of specific types.
Depth anyone?