XmlSchemaComplexType::IsAbstract Property

 

Gets or sets the information that determines if the complexType element can be used in the instance document.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property bool IsAbstract {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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.

.NET Framework
Available since 1.1
Return to top
Show: