get_IsAbstract()

XmlSchemaComplexType::get_IsAbstract() method

Returns the information that determines if the complexType element can be used in the instance document.

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

Return Value

If true, an element cannot use this complexType element directly and must use a complex type that is derived from this complexType element. The default is false. Optional.

See Also