XmlSchemaType.DerivedBy 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关此元素如何从其基类型派生的编译后信息。
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 派生。 |