System.Xml.Schema.XmlSchemaDerivationMethod Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml.Schema
Summary
Provides different methods for preventing derivation.
C# Syntax:
[Flags]
[Serializable]
public enum XmlSchemaDerivationMethod
See also:
System.Xml.Schema Namespace

System.Xml.Schema.XmlSchemaDerivationMethod Member List:

Public Fields
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
Restriction Refers to derivations by Restriction.
Substitution Refers to derivations by Substitution.
Union Refers to derivations by Union.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.