XmlSchemaDerivationMethod

XmlSchemaDerivationMethod enum

Provides different methods for preventing derivation.

enum class XmlSchemaDerivationMethod

Values

NameValueDescription
Empty0Override default derivation method to allow any derivation.
Substitution1Refers to derivations by Substitution.
Extension2Refers to derivations by Extension.
Restriction4Refers to derivations by Restriction.
List8Refers to derivations by List.
Union16Refers to derivations by Union.
All255#all. Refers to all derivation methods.
None256Accepts the default derivation method.

See Also