Returns a string that indicates the value of the version
attribute for the <schema>
declaration.
The following is an example of the version
attribute in an XML Schema.
<xsd:schema version="4.57.2" xmlns:xsd="www.w3.org/2001/XMLSCHEMA" <xsd:element> </xsd:element> </xsd:schema>
var strVersion = oISchema.version;
None.
version
attribute of the XML Schema.strVersion = oISchema.version
None.
version
attribute of the XML Schema.HRESULT get_version(BSTR* version);
version
attribute of the XML Schema.version
parameter 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.
Applies to: ISchema Interface