class %DeepSee.PMML.Definition.Extension.DeepSeeDataSource
extends DataSource
parameter XMLNAME = "X-DeepSeeDataSource";
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
property cubeName
as %String(MAXLEN=200,XMLPROJECTION="ATTRIBUTE") [ Required ];
property filter
as %String(MAXLEN=2000,XMLPROJECTION="ATTRIBUTE");
property idField
as %DeepSee.PMML.Datatype.FieldName(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "ID" ];