The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlSchemaType::DerivedBy Property
.NET Framework (current version)
Gets the post-compilation information on how this element was derived from its base type.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml.Schema::XmlSchemaDerivationMethodOne of the valid XmlSchemaDerivationMethod values.
The following table shows the values that this property can contain.
Description | |
|---|---|
No derivation method specified. | |
Derived by Substitution. | |
Derived by Extension. | |
Derived by Restriction. | |
Derived by List. | |
Derived by Union. |
.NET Framework
Available since 1.1
Available since 1.1
Show: