System.Xml.Serialization.XmlSchemaExporter.ExportTypeMapping Method

Adds an element declaration to the applicable System.Xml.Schema.XmlSchema object for a single element part of a literal SOAP message definition.

Syntax

public System.Xml.XmlQualifiedName ExportTypeMapping (XmlMembersMapping xmlMembersMapping)

Parameters

xmlMembersMapping
Internal .NET Framework type mappings for the element parts of a Web Services Description Language (WSDL) message definition.

Returns

An System.Xml.XmlQualifiedName that represents the qualified XML name of the exported element declaration.

Remarks

This overload adds an XML schema element declaration to the System.Xml.Schema.XmlSchema that uses the same namespace as the SOAP message part. The literal message definition must contain a single part.

Use the System.Web.Services.Description.ServiceDescriptionReflector class instead.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0