Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%ZEN.SASchema

class %ZEN.SASchema extends %Studio.SASchemaClass

This class implements SASchema for the ZEN classes

Parameters

parameter ROOTCLASSES = %ZEN.Component.page:page,%ZEN.Component.pane:pane,%ZEN.Component.composite:composite;
This is comma-separated list of the classes whose xml elements can be used as the root level element of a document.
parameter XMLNAMESPACE = http://www.intersystems.com/zen;
This is the namespace value used to identify this SA schema. This corresponds to the XMLNamespace keyword of a Studio XData block.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab