Are there any generally accepted standards for component types of architectural diagrams? (Stereotypes for architectural design)

I am developing an architecture diagram for a system, and I need to use generally accepted standards for component types (component name and other data) in the architecture diagram. (I am currently using "system", "layers", "subsystem" and "units", etc.). I studied UML notation, but there are no architectural diagrams in UML (deployment diagrams only).

So can anyone tell me who are the developers of the component types (Stereotypes) when designing the architectural diagram?

thanks

UML Component Designation

+4
source share
1 answer

4 + 1 Architectural view model is commonly used to document architecture.

+2
source

Source: https://habr.com/ru/post/1435271/


All Articles