共用方式為


XmlSchemaElement.BlockResolved 屬性

定義

取得 Block 屬性的編譯後值。

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

屬性值

XmlSchemaDerivationMethod

Block 屬性的編譯後值。 預設值為 BlockDefault 項目上的 schema 值。

備註

這個值指示在執行個體文件中使用 xsi:type 時,如何強制型別。 例如,如果值受到限制,則只能使用特定的已定義型別,而不是由特定定義型別的限制衍生的類型。

這個屬性可以包含下表中顯示的值。 預設為 None。 此屬性上不允許清單和等位衍生方法。

例舉 描述
Empty 取代這個專案沒有任何限制。
Substitution 這個元素無法由替代衍生的類型取代。
Extension 此元素無法由 Extension 衍生的類型取代。
Restriction 此元素無法由 Restriction 衍生的類型取代。
All #all. 不論衍生方法為何,這個元素都無法由任何類型取代。

適用於