Returns an ISchemaType object. This object contains type information about the attribute item being queried. Use the ISchemaType interface to obtain further information about the attribute's type object. When the value returned for the type property is SCHEMAUSE_PROHIBITED, the value of the ISchemaItem.itemType property of the attribute is SOMITEM_DATATYPE_ANYTYPE.
The following is an example of the type definition in a schema.
<schema> <attribute name="someAttribute" type = "xsd:string"/> <complexType name="newitemtype"> </complexType> </schema>
var oType = oISchemaAttribute.type;
None.
Set oType = oISchemaAttribute.type
None.
HRESULT get_type(ISchemaType** type);
type 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.
ISchemaType Interface | Simple Type Definitions
Applies to: ISchemaAttribute Interface