XMLSchemaReference Interface

Definition

Represents an individual schema that is attached to a document.

public interface class XMLSchemaReference
[System.Runtime.InteropServices.Guid("FE0971F0-5E60-4985-BCDA-95CB0B8E0308")]
public interface XMLSchemaReference
type XMLSchemaReference = interface
Public Interface XMLSchemaReference
Attributes

Remarks

Use the XMLSchemaReference property to return an XMLSchemaReference object for a XMLChildNodeSuggestion object.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Location

Returns a String indicating the location of the specified XML schema.

NamespaceURI

Returns a String that represents the Uniform Resource Identifier (URI) of the schema namespace for the specified object.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Delete()

Deletes the specified object.

Reload()

Reloads a cached document by resolving the hyperlink to the document and downloading it.

Applies to