indexing description: "Information on an attribute of the system for XMI export" date: "$Date$" revision: "$Revision$" class XMI_ATTRIBUTE inherit XMI_FEATURE create make feature -- Actions code: STRING is -- XMI representation of the attribute. local xmi_class: XMI_CLASS do Result := "%N% % ") Result.append (name) Result.append ("%N% % %N% % %N% % 1..1%N% % %N% % %N% % %N% % %N% % %N% % %N% % %N% % %N% % %N") xmi_class ?= type if xmi_class /= Void then Result.append (" %N") else Result.append (" %N") end -- Result.append (" %N") Result.append (" %N% % %N") end end -- class XMI_ATTRIBUTE