| XmlSchemaDerivationMethod {System.Xml.Schema} | .NET clr documentation |
# 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;
}
Empty: XmlSchemaDerivationMethodSubstitution: XmlSchemaDerivationMethodExtension: XmlSchemaDerivationMethodRestriction: XmlSchemaDerivationMethodList: XmlSchemaDerivationMethodUnion: XmlSchemaDerivationMethodAll: XmlSchemaDerivationMethodNone: XmlSchemaDerivationMethod