The document discusses extended entity-relationship (E-R) models, which were developed as an enhancement to the traditional E-R model to better handle increasingly complex database applications. Four new concepts were added as part of the extended E-R model: generalization, which combines two lower-level entities into a higher-level entity using a bottom-up approach; specialization, which breaks a higher-level entity into two lower-level entities using a top-down approach; inheritance, which allows lower-level entities to inherit attributes from higher-level entities; and aggregation, which treats the relationship between two entities as a single entity. Examples are provided to illustrate generalization and specialization.