Skip to content

This is a summary of the internal naming conventions of DMLA

The formula is

<Package ID>.<EntityName>

From now on, EntityID (or fullName in the codebase) refers to the Entity's fully qualified ID. EntityName refers to the non-qualified IDs of entities.

With the following rules under the EntityName part:

In case of generated entities: - The EntityID begins with the EntityName of the entity it was generated for - Slots of static models are prefixed with /TODO/

Operation container slot names:

WIP