abstract class %DeepSee.Model.SubjectArea.node
extends %DeepSee.Model.abstractNode
Base class for DeepSee Cube SubjectArea meta-data objects.
parameter NAMESPACE = "http://www.intersystems.com/deepsee/subjectarea";
NAMESPACE specifies the XML namespace to be used when projecting the
class to XML. if NAMESPACE - "", the default namespace is used for the XML schema
is used as the namespace for his class.
parameter XMLINCLUDEINGROUP = 1;
Do not include *this* class in the XML groupings.
property description
as %DeepSee.Datatype.string(XMLPROJECTION="attribute");
Optional description for this node.
property disabled
as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
Disabled flag. If true, then this member will be ignored when the
DeepSee cube model is compiled.
property displayName
as %DeepSee.Datatype.entityName(XMLPROJECTION="attribute");
Localized name of this element.
This is used by tools but not within actually queries.
property name
as %DeepSee.Datatype.entityName(XMLPROJECTION="attribute");
Logical name of this element.