XmlSchemaImporter Class
Generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document.
Assembly: System.Xml (in System.Xml.dll)
The XmlSchemaImporter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XmlSchemaImporter(XmlSchemas) | Initializes a new instance of the XmlSchemaImporter class, taking a collection of XmlSchema objects representing the XML schemas used by SOAP literal messages defined in a WSDL document. |
![]() | XmlSchemaImporter(XmlSchemas, CodeIdentifiers) | Initializes a new instance of the XmlSchemaImporter class, taking a collection of XmlSchema objects that represents the XML schemas used by SOAP literal messages, plus classes being generated for bindings defined in a Web Services Description Language (WSDL) document. |
![]() | XmlSchemaImporter(XmlSchemas, CodeGenerationOptions, ImportContext) | Initializes a new instance of the XmlSchemaImporter class for a collection of XML schemas, using the specified code generation options and import context. |
![]() | XmlSchemaImporter(XmlSchemas, CodeIdentifiers, CodeGenerationOptions) | Initializes a new instance of the XmlSchemaImporter class, taking a collection of XmlSchema objects that represents the XML schemas used by SOAP literal messages, plus classes being generated for bindings defined in a WSDL document, and a CodeGenerationOptions enumeration value. |
![]() | XmlSchemaImporter(XmlSchemas, CodeGenerationOptions, CodeDomProvider, ImportContext) | Initializes a new instance of the XmlSchemaImporter class. |
| Name | Description | |
|---|---|---|
![]() | Extensions | Gets a collection of schema importer extensions. (Inherited from SchemaImporter.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ImportAnyType | Generates internal type mapping information for a single, (SOAP) literal element part defined in a WSDL document. |
![]() | ImportDerivedTypeMapping(XmlQualifiedName, Type) | Generates internal type mapping information for an element defined in an XML schema document. |
![]() | ImportDerivedTypeMapping(XmlQualifiedName, Type, Boolean) | Generates internal type mapping information for an element defined in an XML schema document or as a part in a WSDL document. |
![]() | ImportMembersMapping(XmlQualifiedName) | Generates internal type mapping information for a single element part of a literal-use SOAP message defined in a WSDL document. |
![]() | ImportMembersMapping(array<XmlQualifiedName>) | Generates internal type mapping information for the element parts of a literal-use SOAP message defined in a WSDL document. |
![]() | ImportMembersMapping(String, String, array<SoapSchemaMember>) | Generates internal type mapping information for the element parts of a literal-use SOAP message defined in a WSDL document. |
![]() | ImportMembersMapping(array<XmlQualifiedName>, Type, Boolean) | Generates internal type mapping information for the element parts of a literal-use SOAP message defined in a WSDL document. |
![]() | ImportSchemaType(XmlQualifiedName) | Generates internal type mapping information for an element defined in an XML schema document. |
![]() | ImportSchemaType(XmlQualifiedName, Type) | Generates internal type mapping information for an element defined in an XML schema document. |
![]() | ImportSchemaType(XmlQualifiedName, Type, Boolean) | Generates internal type mapping information for an element defined in an XML schema document. |
![]() | ImportTypeMapping | Generates internal type mapping information for an element defined in an XML schema document. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The XmlSchemaImporter class is used by the Web Services Description Language Tool (Wsdl.exe) and the ServiceDescriptionImporter class while generating client proxy classes or abstract server classes from a Web Services Description Language (WSDL) document. The class is also used by the Web Services Description Language Tool (Wsdl.exe) while generating classes from XML Schema Definition (XSD) documents. Instead of using this class directly, use Wsdl.exe or Xsd.exe.
The XmlSchemaImporter class has methods to generate internal mappings to .NET Framework types for elements defined in an XSD document or as parts in a WSDL document. The following list shows when the class is used by Wsdl.exe:
A WSDL document specifies literal use, where the content of SOAP message parameters and return values (or request and response documents) is literally specified with XML schema definitions.
A WSDL document specifies the .NET Framework's non-SOAP implementations of Web services via the HTTP-GET and HTTP-POST operations.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
