Skip to content

📚 Define a Taxonomy

Model a domain taxonomy using Containers, records, enums (categories), UnitType and units.


1. Add a taxonomy root node

  • Create a Taxonomy root node and name it.

Select Root Nodes

  • Name it

Define Taxonomy

  • Add a Container inside it.

Define Container

You can define Quantities, Units, Categories, and Records inside the container.


2. Define records and attributes

Add a Record

Define Record

Name the record

Record

Add attributes

Define Attribute

Set attribute type

Define Attribute Type


3. Example with one record

Single Record


4. Attributes with UnitType

  • After entering a primitive type (e.g., float), press Space, then Ctrl + Space.

Attribute with Primitive

  • Choose the appropriate UnitType.

Attribute with UnitType

Make sure the Quantity and UnitType are already defined.


5. Nested records

Nested Record


6. Categories (Enums)

Define Category


7. Quantities and Units

Define UnitType and Unit