XmlCodeExporter::ExportTypeMapping Method (XmlTypeMapping^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Generates a .NET Framework type, plus attribute declarations, for an XML schema element.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- xmlTypeMapping
-
Type:
System.Xml.Serialization::XmlTypeMapping^
The internal .NET Framework type mapping information for an XML schema element.
The Web Services Description Language tool (Wsdl.exe) uses this method to generate SOAP message headers and return types when a Web Services Description Language (WSDL) document specifies non-SOAP implementations of Web services using the HTTP-GET and HTTP-POST operations. The XML Schema Definition tool (Xsd.exe) uses this method to generate each of the XML schema element declarations in an XML Schema Definition (XSD) document.
.NET Framework
Available since 1.1
Available since 1.1
Show: