📚 Define a Taxonomy
Model a domain taxonomy using Containers, records, enums (categories), UnitType and units.
1. Add a taxonomy root node
- Create a
Taxonomyroot node and name it.
- Name it
- Add a
Containerinside it.
You can define Quantities, Units, Categories, and Records inside the container.
2. Define records and attributes
Add a Record
Name the record
Add attributes
Set attribute type
3. Example with one record
4. Attributes with UnitType
- After entering a primitive type (e.g., float), press Space, then Ctrl + Space.
- Choose the appropriate
UnitType.
Make sure the
QuantityandUnitTypeare already defined.












