class %DeepSee.Report.Model.Summary
extends Item
parameter XMLNAME = "summary";
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 elements
as list of Element(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE");
Set of captions, summaries within this item
property tagBegin
as %String [ InitialExpression = "<summary" ];
property tagEnd
as %String [ InitialExpression = "</summary>" ];