XmlSchemaElement.FinalResolved 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
属性值
Final
属性的编译后值。 默认值为 FinalDefault
元素中的 schema
值。
注解
此值指示在通过限制扩展类型时该类型受到限制的方式。 此属性可以包含以下值。
枚举 | 说明 |
---|---|
Empty |
此元素的派生没有限制。 |
Extension |
此元素不能由扩展派生。 |
Restriction |
此元素不能由限制派生。 |
All |
#all . 此元素不能由任何派生方法派生。 |
此属性不允许使用替换、列表和联合派生方法。