Share via


XmlSchemaType.DerivedBy 属性

定义

获取有关此元素如何从其基类型派生的编译后信息。

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

属性值

XmlSchemaDerivationMethod 有效值之一。

注解

下表显示了此属性可以包含的值。

XmlSchemaDerivationMethod 说明
None 未指定派生方法。
Substitution 由替换派生。
Extension 由扩展派生。
Restriction 由限制派生。
List 派生自 List。
Union 由 Union 派生。

适用于