Person#

A Person represents a human user of your software system (e.g., “Customer”, “Admin”, “Employee”).

Syntax#

person ID "Label" {
    description "Optional description"
    tags ["tag1", "tag2"]
}

Example#

person Customer "Bank Customer" {
    description "A customer of the bank with personal accounts."
}