XmlSchemaElement.FinalResolved 属性

定义

获取 Final 属性的编译后值。

public:
 property System::Xml::Schema::XmlSchemaDerivationMethod FinalResolved { System::Xml::Schema::XmlSchemaDerivationMethod get(); };
public System.Xml.Schema.XmlSchemaDerivationMethod FinalResolved { get; }
member this.FinalResolved : System.Xml.Schema.XmlSchemaDerivationMethod
Public ReadOnly Property FinalResolved As XmlSchemaDerivationMethod

属性值

XmlSchemaDerivationMethod

Final 属性的编译后值。 默认值为 FinalDefault 元素中的 schema 值。

注解

此值指示在通过限制扩展类型时该类型受到限制的方式。 此属性可以包含以下值。

枚举 说明
Empty 此元素的派生没有限制。
Extension 此元素不能由扩展派生。
Restriction 此元素不能由限制派生。
All #all. 此元素不能由任何派生方法派生。

此属性不允许使用替换、列表和联合派生方法。

适用于