Ada Root and Rootin Kinds

Kind Name
Entity Performing Reference
Entity Being Referenced
Ada Root
some_file.ada
some_pack
Ada Rootin
some_pack
some_file.ada

Root and Rootin reference kinds indicate that an entity is a library unit or library unit body in a file. There is a "root" link from a file entity to each library unit and library unit body declared in the file.

file some_file.ada contains 
   package some_pack is 
      ... 
   end; 

Scientific Toolworks, Inc.
http://www.scitools.com