Skip to main content

%ZEN.Mobile.SASchema

Class %ZEN.Mobile.SASchema Extends %Studio.SASchemaClass [ Deprecated, System = 3 ]

This class implements SASchema for the ZEN mobile classes

Parameters

XMLNAMESPACE

Parameter XMLNAMESPACE As STRING = "http://www.intersystems.com/zen/mobile";

This is the namespace value used to identify this SA schema. This corresponds to the XMLNamespace keyword of a Studio XData block.

ROOTCLASSES

Parameter ROOTCLASSES As STRING = "%ZEN.Component.page:page,%ZEN.Component.pane:pane";

This is comma-separated list of the classes whose xml elements can be used as the root level element of a document.

SACATEGORY

Parameter SACATEGORY = "mobile";