SOM Developer's Guide

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Developer's Guide

SOM Developer's Guide

This guide introduces the Microsoft COM implementation of the Schema Object Model (SOM) standard. The SOM provides a navigable set of classes that directly reflect the W3C XML Schema definition language (XSD) specification. These classes enable you to walk through the elements of an XML Schema document and obtain information about the properties and declarations, and about the relationships between them. You can then compile and validate your XML documents against this XML Schema by using the validate method of the DOM.

The Microsoft SOM implementation provides both Microsoft® Visual Basic® and Microsoft Visual C++® interfaces.

The following sections provide more information about creating applications with the SOM.

Section Description
Starter Kit This section explains the benefits of the SOM, and offers ideas for building SOM applications.
Concepts This section introduces some of the fundamental concepts that relate to the SOM.
How Do I? This section provides tutorials for using the SOM with other XML application programming interfaces, such as the Document Object Model (DOM) and the Simple API for XML (SAX).

See Also

SOM Reference