Altova Authentic 2024 Browser Edition

Authentic.SchemaLoadObject

Home Prev Top Next

See also

 

Declaration: SchemaLoadObject as AuthenticLoadObject

 

Description

The SchemaLoadObject contains an reference to the XML Schema document for the current XML file. The Schema document is typically generated using XMLSpy.

 

Example

 

 objPlugIn.SchemaLoadObject.URL = "http://www.YOURSERVER.com/OrgChart.xsd"

 objPlugIn.XMLDataLoadObject.URL = "http://www.YOURSERVER.com/OrgChart.xml"

 objPlugIn.DesignDataLoadObject.URL = "http://www.YOURSERVER.com/OrgChart.sps"

 objPlugIn.StartEditing

 

The code above sets all URL properties of the load objects and calls StartEditing to load and display the files. For the Untrusted versions, you can also use a full local path. The current content and status of the plug-in will be cleared.

 

© 2018-2024 Altova GmbH