XmlSchemaElement.Final 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 Final
属性以指示不允许进一步派生。
public:
property System::Xml::Schema::XmlSchemaDerivationMethod Final { System::Xml::Schema::XmlSchemaDerivationMethod get(); void set(System::Xml::Schema::XmlSchemaDerivationMethod value); };
public System.Xml.Schema.XmlSchemaDerivationMethod Final { get; set; }
member this.Final : System.Xml.Schema.XmlSchemaDerivationMethod with get, set
Public Property Final As XmlSchemaDerivationMethod
属性值
Final
属性。 默认值为 XmlSchemaDerivationMethod.None
。 可选。
注解
此属性可以包含下表中显示的值。
枚举 | 说明 |
---|---|
None |
如果架构存在,请使用架构属性定义的 FinalDefault 派生限制。 |
Empty |
此元素的派生没有限制。 |
Extension |
此元素不能由扩展派生。 |
Restriction |
此元素不能由限制派生。 |
All |
#all . 此元素不能由任何派生方法派生。 |
另请参阅 XmlSchemaElement。 Substitution``List
此属性不允许使用Union
派生方法。