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 | 由 |