XmlSchemaExporter Class
Populates XmlSchema objects with XML schema element declarations that are found in type mapping objects.
Assembly: System.Xml (in System.Xml.dll)
The XmlSchemaExporter class provides a programmatic representation of an XML Schema Definition language (XSD) document. Instead of using XmlSchemaExporter directly, use the ServiceDescriptionReflector class or the XML Schema Definition Tool (Xsd.exe).
The ServiceDescriptionReflector class creates ServiceDescription objects from classes that are identified as Web services. It uses the XmlSchemaExporter class when a Web service class specifies:
Literal use, indicating that the contents of SOAP message parameters and return values (or request and response documents) are literally specified with XML schema definitions.
Non-SOAP implementations of Web services using the HTTP-GET and HTTP-POST operations.
Xsd.exe generates XML schema documents from one or more types in a run-time assembly file using the XmlSchemaExporter class and reflection.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.