class %IPM.ResourceProcessor.LocalizationExport.MsgDomain
extends %RegisteredObject, %XML.Adaptor
Registered object representation of a domain in a localized error message document
parameter NAMESPACE = "http://www.intersystems.com/PackageManager/LocalizedMessages";
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.
property Messages
as array of %String(MAXLEN="",XMLKEYNAME="Id",XMLNAME="Message",XMLPROJECTION="ELEMENT");