Before you begin, you must complete Exercise 2: Importing the required resources .
In this exercise, you will view the reference to the sample domain model (Domain Model.ddm) in the Design project properties. When you add domain model references in data design project properties, the domain types are available to select when you create logical or physical data models in this project. In this case, the domain model is also stored in the project, but you could also reference domain models that are stored in other projects. Cross referencing between projects allows team members to reference the same domain model in multiple projects.
To view the domain model reference in the Design project properties:
You should see /Design/Domain Model.ddm in the Domain Model Files list. You could optionally add more domain references to the project properties by clicking Add and browsing to other domain model files.
Because this domain references is specified, you can select atomic domains that are in this domain model when you create new logical or physical data model objects in this project. You can view the domain model objects that are available in the Properties view.
Now you are ready to begin Exercise 4: Transforming the logical data model to a physical data model.