Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Reference
baseTypes Property
Returns an ISchemaItemCollection object that contains the base types of the type object being queried. The base types are in a schema item collection and are accessed by the ISchemaType interface.
[Script]
Implementation Syntax
var oBaseTypes = oISchemaType.baseTypes;
Parameters
None.
Return Values
oBaseTypes
An object. The collection of base types of the type.
[Visual Basic]
Implementation Syntax
Set oBaseTypes = oISchemaType.baseTypes
Parameters
None.
Return Values
oBaseTypes
An object. The collection of base types of the type.