XmlTypeDerivation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the xml type derivation
public enum XmlTypeDerivation
type XmlTypeDerivation =
Public Enum XmlTypeDerivation
- Inheritance
-
XmlTypeDerivation
Fields
Name | Value | Description |
---|---|---|
None | 1 | Not derived |
Extension | 2 | Extension |
Restriction | 3 | Restriction |
Substitution | 4 | Substitution |