tags:

views:

25

answers:

1

I have a XmlSchemaSet member in my class which I want to serialize and also extract the schemas inside it. how do I do it ?

A: 

MSDN shows there's a schemas() member which returns a Collection of XmlSchemas, which you can Write() anywhere you like.

Yoni H