Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Reference
contentModel Property
Returns an ISchemaModelGroup object. This object contains information about the content model of the complexType being queried. The ISchemaModelGroup interface is used to obtain further information about the object.
[Script]
Implementation Syntax
var oContentModel = oISchemaComplexType.contentModel;
Parameters
None.
Return Values
oContentModel
An object. The content model of the type.
[Visual Basic]
Implementation Syntax
Set oContentModel = oISchemaComplexType.contentModel