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.
XmlSchemaDerivationMethod Enumeration
.NET Framework (current version)
Provides different methods for preventing derivation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
| All | #all. Refers to all derivation methods. | |
| Empty | Override default derivation method to allow any derivation. | |
| Extension | Refers to derivations by Extension. | |
| List | Refers to derivations by List. | |
| None | Accepts the default derivation method. | |
| Restriction | Refers to derivations by Restriction. | |
| Substitution | Refers to derivations by Substitution. | |
| Union | Refers to derivations by Union. |
.NET Framework
Available since 1.1
Available since 1.1
Show: