Provides different methods for preventing derivation.
Syntax
[System.Flags]
public enum XmlSchemaDerivationMethod
Remarks
Members
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.
|
Requirements
Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0