SOM Property

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

See Also

Reference

XMLAdapter Object Properties, Methods, and Events
LoadXML Method
Attach Method (Visual FoxPro)

Other Resources

Properties (Visual FoxPro)