Child pages
  • How to create your Information Model

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleSimplified Process

This is the basic course of tasks that would lead you to your simple information model to create your set of doctypes / blueprints.

  1. Identify entities of your domain
  2. list document properties for each entity
  3. list document sections for each entity
  4. Draw these entities as circles with its name inside
  5. Connect entities by lines and provide the navigation direction (one-way – no dynamic values!) and a name

The model you have created will help you to provide the specification for your doctype add-on.


Content Marker
hidetrue


Example Box
titleSimple Example with Course, Room, and Attendee
  1. Identify entities of your domain
    1. Course
    2. Room
    3. Attendee
  2. list document properties for each entity
    1. Course: Date, Room, List of Attendees
    2. Attendee : Name<none>
    3. Room: Name, Size, LocationEquipment
  3. list document sections for each entity
    1. Course: No additional sections <none> since Description, References, and Resources are defaults
    2. Attendee: List of Courses
    3. Room
  4. Image Added
  5. Image Added



Section
titleSubordinate Generics
Display Table
doctypegeneric
render-no-hits-as-blanktrue
render-modedefinition
selectName, Short Description
restrict-to-immediate-childrentrue
sort-bySort Key, Name

...