Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchemaType::BaseSchemaType Property

 
obsoleteCodeEntityP:System.Xml.Schema.XmlSchemaType.BaseXmlSchemaType Note: This API is now obsolete.

Gets the post-compilation object type or the built-in XML Schema Definition Language (XSD) data type, simpleType element, or complexType element. This is a post-schema-compilation infoset property.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
[ObsoleteAttribute("This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202")]
property Object^ BaseSchemaType {
	Object^ get();
}

Property Value

Type: System::Object^

The built-in XSD data type, simpleType element, or complexType element.

The complexType is derived from the type specified by the base value. The base value must be a QName.

System_CAPS_importantImportant

The BaseSchemaType property is obsolete and has been replaced by the BaseXmlSchemaType property.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft