Skip to main content

%ZEN.Report.reportSchema

abstract class %ZEN.Report.reportSchema

Utilities for ZEN Report schema.

Method Inventory

Methods

classmethod %DrawToXSD(pClassName As %String(MAXLEN=""), outputfile As %String(MAXLEN="")) as %Status
Generate a schema for a report and write it to a file
classmethod GenerateSchema(pClassName As %String(MAXLEN=""), pXSD As %Stream.Object) as %Status
generate XSD from a compiled Zen report definition
classmethod writeGroupType(pGroup As %ZEN.Report.group, pXSD As %Stream.Object)
classmethod writeSchema(pCompiledClass As %Dictionary.CompiledClass, pReport As %ZEN.Report.report, pXSD As %Stream.Object) as %Status
FeedbackOpens in a new tab