Name: <%= @attr_def.attr_def_name %>

Label: <%= @attr_def.label %>

Description: <%= @attr_def.description %>

Mandatory: <%= @attr_def.mandatory %>

Category: <%= @attr_def.category %>

Datatype: <%= @attr_def.dataType %>

<% if @attr_def.childEntityDef != nil %>

Child EntityDef: <%= link_to @attr_def.childEntityDef.label, @attr_def.childEntityDef %>

<%end%>

Attrdef childs

    <% @attr_def.attrDefChilds.each do |attrDef| %>
  1. <%= link_to attrDef.label, attrDef %>
  2. <%end%>

Attrdef parents

    <% @attr_def.attrDefParents.each do |attrDef| %>
  1. <%= link_to attrDef.label, attrDef %>
  2. <%end%>

<%= link_to 'Edit', edit_databaseformalizer_attr_def_path(@attr_def) %> | <%= link_to 'Back', databaseformalizer_attr_defs_path %> | <%= link_to 'New', new_databaseformalizer_attr_def_path %>