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 値の 1 つ。

注釈

次の表に、このプロパティに含めることができる値を示します。

XmlSchemaDerivationMethod [説明]
None 派生メソッドが指定されていない。
Substitution 置換によって派生します。
Extension 拡張によって派生します。
Restriction 制限によって派生します。
List List によって派生します。
Union 和集合によって派生します。

適用対象