XmlSchemaComplexType.Block 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 block
屬性。
public:
property System::Xml::Schema::XmlSchemaDerivationMethod Block { System::Xml::Schema::XmlSchemaDerivationMethod get(); void set(System::Xml::Schema::XmlSchemaDerivationMethod value); };
public System.Xml.Schema.XmlSchemaDerivationMethod Block { get; set; }
member this.Block : System.Xml.Schema.XmlSchemaDerivationMethod with get, set
Public Property Block As XmlSchemaDerivationMethod
屬性值
block
屬性會防止複雜型別用於指定的衍生型別。 預設為 XmlSchemaDerivationMethod.None
。 選擇性。
備註
表示衍生的類型。
此屬性可以包含下列值:
例舉 | 描述 |
---|---|
None |
如果有,請使用架構的 屬性所 BlockDefault 定義的衍生限制。 |
Extension |
此元素無法由 Extension 衍生的類型取代。 |
Restriction |
此元素無法由 Restriction 衍生的類型取代。 |
All |
#all . 不論衍生方法為何,這個元素都無法由任何類型取代。 |
Substitution
這個屬性不支援 、 List
和 Union
衍生方法。