This document discusses the object oriented data model (OODM). It defines the OODM and describes how it accommodates relationships like aggregation, generalization, and particularization. The OODM provides four types of data operations: defining schemas, creating databases, retrieving objects, and expanding objects. Key features of the OODM include object identity, abstraction, encapsulation, data hiding, inheritance, and classes. The document concludes that a prototype of the OODM has been implemented to model application domains and that menus can be created, accessed, and updated like data from the database schema in the OODM.