We would like to publish a base model, that represents our core business data.
Separate departments would reference this base model, (published as an .NET assembly) Their project would create their schemas that reference the core business schema.
Is it possible that each team would reference this common assembly, and then build their own model on top of that with the Entity Framework (either 3.5 or 4.0)?