XmlSchemaElement.Final 属性

定义

获取或设置 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

属性值

XmlSchemaDerivationMethod

Final 属性。 默认值为 XmlSchemaDerivationMethod.None。 可选。

注解

此属性可以包含下表中显示的值。

枚举 说明
None 如果架构存在,请使用架构属性定义的 FinalDefault 派生限制。
Empty 此元素的派生没有限制。
Extension 此元素不能由扩展派生。
Restriction 此元素不能由限制派生。
All #all. 此元素不能由任何派生方法派生。

另请参阅 XmlSchemaElementSubstitution``List此属性不允许使用Union派生方法。

适用于