Domains Entity-Relationship Diagram

This is an ERD of the main high-level classes around Domains.

Table Descriptions

  • md_domains - The definition of a domain, e.g. Student
  • md_domains_schema_entries - The definition of a property of a domain, e.g. Name (like the Name of a Student)
  • md_domains_entries - An instances of a domain, e.g. the student Joe 
  • md_domains_data_entries - An instance of a property of a domain, e.g. "Joe"