The data dictionary describes each possible field the database can hold (Attributes) within each table (Table Name).
The naming conventions follow the type of structure that we are using for this database (star/snowflake schema), so ignore "_dim" in the names, and the "required," "PK or FK" and "FK Referenced Table" columns!
The person, location, source, and physical source tables will occur for every record in the database. Then, the rest of the tables (until activity_fact) are the possible activities a person can be involved with. The activity_fact table connects everything!
Please comment on other attributes that could be included or taken out, or any description edits!
Data dictionary in Word doc format
(This is difficult to look at but if you would like, please leave comments!)
(Please put comments on this Wiki page, while viewing this document!)
Visual model of database (with attributes)
Basic Entity-Relationship Diagram of database (only table names and fact table attributes)