XmlSchemaDerivationMethod {System.Xml.Schema} .NET clr documentation

XmlSchemaDerivationMethod

Description

Declare

            
# namespace System.Xml.Schema
export class XmlSchemaDerivationMethod extends Enum {
   Empty: XmlSchemaDerivationMethod = 0;

   Substitution: XmlSchemaDerivationMethod = 1;

   Extension: XmlSchemaDerivationMethod = 2;

   Restriction: XmlSchemaDerivationMethod = 4;

   List: XmlSchemaDerivationMethod = 8;

   Union: XmlSchemaDerivationMethod = 16;

   All: XmlSchemaDerivationMethod = 255;

   None: XmlSchemaDerivationMethod = 256;

}

        

.NET clr type reference tree

  1. this class extends from Enum class: Enum
  2. use by field member Empty: XmlSchemaDerivationMethod
  3. use by field member Substitution: XmlSchemaDerivationMethod
  4. use by field member Extension: XmlSchemaDerivationMethod
  5. use by field member Restriction: XmlSchemaDerivationMethod
  6. use by field member List: XmlSchemaDerivationMethod
  7. use by field member Union: XmlSchemaDerivationMethod
  8. use by field member All: XmlSchemaDerivationMethod
  9. use by field member None: XmlSchemaDerivationMethod

[Package {$package} version {$version} Index]