This photograph shows the design pseudo code. The design consists of two data groups: Departments and Employees. The departments data group has two records: department details and department summary. Department details record contains the attributes Department Name and Department Location. Department summary record contains the attributes Report Code which is a static string, Report Date which is a parameter, and Employee Count which is an aggregate element. The Employees data group has one record: Employee Details. Employee details record contains the attributes: Full Name, Gender which is a decoded database item, Date of Birth, Salary, Bonus which is a calculated Item, and Tax Rate which is a Rule/Fast Formula.