Soap.WSDLBind.IXMLSchemaDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IXMLSchemaDefs = interface(IXMLNodeCollection)

C++

__interface  INTERFACE_UUID("{9657EAAE-DEC2-4A79-AED1-9114578F72BC}") IXMLSchemaDefs  : public Xml::Xmlintf::IXMLNodeCollection

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind Soap.WSDLBind

Description

IXMLSchemaDefs is an interface for a collection of schema definitions in a WSDL document.

Use the IXMLSchemaDefs interface to access the properties and methods specific to the collection of shema definitions in a WSDL document. IXMLSchemaDefs exposes methods and properties that can be used to access and add schema definitions to the WSDL document.

See Also