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

屬性值

該房產的編制後價值 Block 。 預設值是 BlockDefault 元素上的 schema 數值。

備註

此值表示當 xsi:type 在實例文件中使用時,該型別如何被強制執行。 例如,若值受限,只能使用特定定義型別,無法使用由該定義型別受限導出的型別。

此性質可包含下表所示的數值。 預設值為 None。 此性質不允許列表與聯集導出方法。

Enum Description
Empty 此元件的更換沒有限制。
Substitution 此元素無法被替換導出的型別取代。
Extension 此元素無法被由 Extension 導出的型別取代。
Restriction 此元素無法被由限制導出的型別取代。
All #all。 無論推導方式如何,此元素都無法被任何類型替換。

適用於