XMLChildNodeSuggestion Interface

Represents a node that is a possible child element of the current element, according to the schema, but is not guaranteed to be valid.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("A87E00E9-3AC3-4B53-ABE3-7379653D0E82")> _
Public Interface XMLChildNodeSuggestion
'Usage
Dim instance As XMLChildNodeSuggestion
[GuidAttribute("A87E00E9-3AC3-4B53-ABE3-7379653D0E82")]
public interface XMLChildNodeSuggestion

Remarks

Microsoft Word cannot validate the required order in which elements are supposed to appear, as well as minimum or maximum occurrence restrictions or other constraints, until after a user inserts the elements into the document.

Note Each XMLChildNodeSuggestion object is an item in the list of XML elements at the bottom of the XML Structure task pane when the List only child elements of current element check box is checked.

Use the XMLSchemaReference property to access the individual schema that the node references. Use the Item property to return an individual XMLChildNodeSuggestion object from the XMLChildNodeSuggestions collection.

Use the NamespaceURI property to return the namespace for the schema referenced in an XMLChildNodeSuggestion object. Use the BaseName property to return the name of the element that represents the XMLChildNodeSuggestion object.

See Also

Reference

XMLChildNodeSuggestion Members

Microsoft.Office.Interop.Word Namespace