The Store Schema (SSDL) contains the metadata that describes the schema of your datastore. The central concept in the store schema are entities. Entities are instances of Entity Types (e.g., Product) where an instance represents a single record. And yes it is also generated.
Perhaps this might help you to understand the metadata in the framework "ADO.NET Entity Framework Metadata".