XmlSchemaType.DerivedBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the post-compilation information on how this element was derived from its base type.
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
Property Value
One of the valid XmlSchemaDerivationMethod values.
Remarks
The following table shows the values that this property can contain.
XmlSchemaDerivationMethod value | Description |
---|---|
None | No derivation method specified. |
Substitution | Derived by Substitution. |
Extension | Derived by Extension. |
Restriction | Derived by Restriction. |
List | Derived by List. |
Union | Derived by Union. |
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.