%ZEN.Mobile.SASchema
deprecated class %ZEN.Mobile.SASchema extends %Studio.SASchemaClass
This class implements SASchema for the ZEN mobile classesParameters
parameter ROOTCLASSES = %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.
parameter SACATEGORY = mobile;
Inherited description: Optional. This is a comma-separated list of category names. If specified,
only classes that contain an SACATEGORY parameter included in the list will be added to
the schema. This provides a way to create a subset of a larger set of components.
parameter XMLNAMESPACE = 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.