isAbstract Property1
[This feature was first implemented for MSXML 6.0.]
Returns a Boolean true or false. If the value is true, the type can appear as the type definition in an element declaration, and can be referenced as an XSI:type
attribute in a document. If the value is false, the type cannot appear as the type definition or be referenced as an XSI:type
attribute.
JScript Syntax
var bolIsAbstract = oISchemaComplexType.isAbstract;
Parameters
None.
Return Values
bolIsAbstract
A Boolean value. Returns true if the complexType
object is abstract.
Visual Basic Syntax
bolIsAbstract = oISchemaComplexType.isAbstract
Parameters
None.
Return Values
bolIsAbstract
A Boolean value. Returns true if the complexType
object is abstract.
C/C++ Syntax
HERESULT get_isAbstract(VARIANT_BOOL* isAbstract);
Parameters
isAbstract[out,retval]
A Boolean value. VARIANT_TRUE if the complex-type is abstract; VARIANT_FALSE if the complex-type is not abstract.
Return Values
S_OK
The value returned if successful.
E_POINTER
The value returned if the isAbstract
parameter is NULL.
Versioning
Implemented in: MSXML 6.0