get_IsAbstract()

XmlSchemaElement::get_IsAbstract() method

Returns information to indicate if the element can be used in an instance document.

bool System::Xml::Schema::XmlSchemaElement::get_IsAbstract()

Return Value

If true, the element cannot appear in the instance document. The default is false. Optional.

See Also