_CustomXMLSchemaCollection Interface
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.
Represents a collection of CustomXMLSchema objects attached to a data stream.
public interface class _CustomXMLSchemaCollection : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CDB02-0000-0000-C000-000000000046")]
public interface _CustomXMLSchemaCollection : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CDB02-0000-0000-C000-000000000046")>]
type _CustomXMLSchemaCollection = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface _CustomXMLSchemaCollection
Implements _IMsoDispObj, IEnumerable
- Derived
- Attributes
- Implements
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.
Properties
Application |
Gets an Application object that represents the container application for the _CustomXMLSchemaCollection object. Read-only. |
Count |
Gets the number of items in the _CustomXMLSchemaCollection collection. Read-only. |
Creator |
Gets a 32-bit integer that indicates the application in which the _CustomXMLSchemaCollection object was created. Read-only. |
Item[Object] |
Gets a CustomXMLSchema object from the _CustomXMLSchemaCollection collection. Read-only. |
NamespaceURI[Int32] |
Gets the unique address identifier for the namespace of the _CustomXMLSchemaCollection object. Read-only. |
Parent |
Gets the parent object for the _CustomXMLSchemaCollection object. Read-only. |
Methods
Add(String, String, String, Boolean) |
Allows you to add one or more schemas to a schema collection that can then be added to a stream in the data store and to the Schema Library. |
AddCollection(CustomXMLSchemaCollection) | |
GetEnumerator() | |
Validate() |
Specifies whether the schemas in a schema collection are valid (conforms to the syntactic rules of XML and the rules for a specified vocabulary; a standard for structuring XML). |