select t_Object.Name as Element_Name, t_attribute.Name as Attribute_Name from (t_object inner join t_attribute on t_attribute.Object_ID = t_object.Object_ID) where t_object.Name like 'LABN_*' and t_object.Stereotype <> 'enumeration' and t_attribute.Name not like '_*' and t_attribute.Name <> 'icon' order by t_object.Name, t_attribute.Name