System::Xml::Schema::XmlSchemaElement::get_IsAbstract method

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()

ReturnValue

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

See Also