Soap.WSDLBind.IXMLSchemaDefs.Add
Delphi
function Add(const NamespaceURI: string = '';
const TargetNamespace: string = ''): IXMLSchemaDef;
C++
virtual Xml::Xmlschema::_di_IXMLSchemaDef __fastcall Add(const System::UnicodeString NamespaceURI = System::UnicodeString(), const System::UnicodeString TargetNamespace = System::UnicodeString()) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Soap.WSDLBind.pas Soap.WSDLBind.hpp |
Soap.WSDLBind | IXMLSchemaDefs |
Description
Adds a new schema definition node to this collection.
Use the Add method to add a new schema definition node to this collection. The NamespaceURI and TargetNamespace parameters specify the URI and the namespace of the targeted schema definition.