Position the cursor outside any class definition and right click the mouse within the editor window. From the context menu select Content Assist (or Ctrl+Space).
Select DataClass - data class skeleton and name it DemoData. Remove the operations and add the following Attributes:
Save the model and visit the outline view. Note that the outline view contains all data elements as defined in the model.