class EnsLib.RecordMap.Model.HeaderTrailer
extends %Library.RegisteredObject, %XML.Adaptor
Base class for Header and Trailer records used in a Complex Map.
parameter NAMESPACE = "http://www.intersystems.com/Ensemble/RecordMap";
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 XMLSEQUENCE = 1;
If the XMLSEQUENCE = 1, then the order of the XML elements must match the
order of the class properties. This allows us to deal with XML where the
same field appears multiple times and is distinguished by the order.
property annotation
as %String(MAXLEN=1024);
Comments for the Header or Trailer.
property name
as %String(MAXLEN=128,XMLPROJECTION="ATTRIBUTE") [ Required ];
The name of the Header or Trailer.
property recordMap
as %String(MAXLEN=220,XMLPROJECTION="ATTRIBUTE") [ Required ];
The name of the RecordMap to use.