JavaScript Editor js editor     Web development 



Main Page

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

XMLAdapter.SOM 

Return Value

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

Remarks

Applies To: XMLAdapter Class

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 http://msdn.microsoft.com/library/.

See Also



JavaScript Editor js editor     Web development