SOM Property

Contains an object reference to the XML Schema Object Model (SOM) document (ISchema) after the successful execution of the XMLAdapterLoadXML or Attach method.

XMLAdapter.SOM 

Property Values

Object reference. SOM contains an object reference to a SOM document or a null value (.NULL.) when not populated.

Remarks

The SOM provides a navigable set of classes that directly reflect the W3C XML Schema Definition (XSD) language specification. These classes make it possible for you to traverse the elements of an XML Schema document and obtain information about properties and declarations and the relationships between them.

For more information about XML SOM ISchema, see the SOM Reference in Microsoft XML Core Services 4.0 reference on the MSDN Library Web site at https://msdn.microsoft.com/library/.

See Also

Properties | XMLAdapter Object Properties, Methods, and Events | LoadXML Method | Attach Method

Applies To: XMLAdapter Class