Returns a string that indicates the value of the targetNamespace
attribute of the XML Schema. The targetNamespace
is an attribute of the <schema>
declaration.
The following is an example of the targetNamespace
attribute in an XML Schema.
<schema targetNamespace="http://www.samplenamespace.microsoft.com"> <element> </element> </schema>
var strTargetNamespace = oISchema.targetNamespace;
None.
targetNamespace
attribute of the XML Schema.var strTargetNamespace = oISchema.targetNamespace
None.
targetNamespace
attribute of the XML Schema.HRESULT get_targetNamespace(BSTR* targetNamespace);
targetNamespace
attribute of the XML Schema.targetNamespace
is NULL.To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
Using Namespaces in Schemas | Using Other Namespaces
Applies to: ISchema Interface