Client-side encrypted workspace
The workspace "
" has been client-side encrypted, please enter the passphrase to decrypt it.
Save passphrase in browser local storage
The workspace could not be decrypted.
DSL documentation
DSL tutorial
DSL cookbook
Basics
Identifiers
Implied relationships
Expressions
DSL language reference
workspace
- model
- archetypes
- group
- person
- softwareSystem
- deploymentEnvironment
- deploymentNode
- infrastructureNode
- softwareSystemInstance
- containerInstance
- instanceOf
- element
- -> (relationship)
- -/> (remove relationship)
- views
- systemLandscape
- systemContext
- container
- component
- filtered
- dynamic
- deployment
- custom
- image
- styles
- light
- dark
- element
- relationship
- themes
- terminology
- configuration
- visibility
- scope
- users
workspace "Name" "Description" { !identifiers hierarchical model { u = person "User" ss = softwareSystem "Software System" { wa = container "Web Application" db = container "Database Schema" { tags "Database" } } u -> ss.wa "Uses" ss.wa -> ss.db "Reads from and writes to" } views { systemContext ss "Diagram1" { include * } container ss "Diagram2" { include * } styles { element "Element" { color #d9232b stroke #d9232b strokeWidth 7 shape roundedbox } element "Person" { shape person } element "Database" { shape cylinder } element "Boundary" { strokeWidth 5 } relationship "Relationship" { thickness 4 } } } configuration { scope softwaresystem } }
Structurizr v2026.02.08
|
|