共用方式為


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 此元素無法由 Extension 衍生。
Restriction 此元素無法由 Restriction 衍生。
All #all. 這個元素無法由任何衍生方法衍生。

這個屬性不允許替代、清單和等位衍生方法。

適用於