XmlSchemaDerivationMethod 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生しないようにする別のメソッドを提供します。
この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。
public enum class XmlSchemaDerivationMethod
[System.Flags]
public enum XmlSchemaDerivationMethod
[<System.Flags>]
type XmlSchemaDerivationMethod =
Public Enum XmlSchemaDerivationMethod
- 継承
- 属性
フィールド
All | 255 |
|
Empty | 0 | 任意の派生を許可するには、既定の派生メソッドをオーバーライドします。 |
Extension | 2 |
|
List | 8 |
|
None | 256 | 既定の派生メソッドを承認します。 |
Restriction | 4 |
|
Substitution | 1 |
|
Union | 16 |
|