XmlSchemaDerivationMethod Enum

Definition

Provides different methods for preventing derivation.

This enumeration supports a bitwise combination of its member values.

public enum class XmlSchemaDerivationMethod
[System.Flags]
public enum XmlSchemaDerivationMethod
[<System.Flags>]
type XmlSchemaDerivationMethod = 
Public Enum XmlSchemaDerivationMethod
Inheritance
XmlSchemaDerivationMethod
Attributes

Fields

All 255

#all. Refers to all derivation methods.

Empty 0

Override default derivation method to allow any derivation.

Extension 2

Refers to derivations by Extension.

List 8

Refers to derivations by List.

None 256

Accepts the default derivation method.

Restriction 4

Refers to derivations by Restriction.

Substitution 1

Refers to derivations by Substitution.

Union 16

Refers to derivations by Union.

Applies to