XmlSchemaDerivationMethod 列舉

定義

提供防止衍生的各種方法。

此列舉支援其成員值的位元組合。

public enum class XmlSchemaDerivationMethod
[System.Flags]
public enum XmlSchemaDerivationMethod
[<System.Flags>]
type XmlSchemaDerivationMethod = 
Public Enum XmlSchemaDerivationMethod
繼承
XmlSchemaDerivationMethod
屬性

欄位

All 255

#all. 參考所有的衍生方法。

Empty 0

覆寫預設衍生方法,以允許任何衍生。

Extension 2

Extension 參考衍生。

List 8

List 參考衍生。

None 256

接受預設的衍生方法。

Restriction 4

Restriction 參考衍生。

Substitution 1

Substitution 參考衍生。

Union 16

Union 參考衍生。

適用於