_CustomXMLSchemaCollection Interface

Represents a collection of CustomXMLSchema objects attached to a data stream.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000CDB02-0000-0000-C000-000000000046")> _
Public Interface _CustomXMLSchemaCollection _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As _CustomXMLSchemaCollection
[GuidAttribute("000CDB02-0000-0000-C000-000000000046")]
public interface _CustomXMLSchemaCollection : _IMsoDispObj, 
    IEnumerable

Remarks

Note

References to DTDs from custom XML parts are not supported. DTD references in custom XML parts will not resolve, and custom XML parts containing DTD references generate an exception when an attempt is made to save the file's content to a flat XML file.

See Also

Reference

_CustomXMLSchemaCollection Members

Microsoft.Office.Core Namespace