File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ sequenceDiagram
5656 C-->>B: Submodel Template (Semantic IDs)
5757 B->>B: Extract semantic IDs
5858 B->>D: POST /data/{submodelId}
59- D-->D: Resolve semantic IDs
59+ D-->> D: Resolve semantic IDs
6060 D-->>B: Semantic Id with Values
6161 B->>B: Populate Template
6262 B-->>A: Filled submodel
@@ -68,7 +68,7 @@ The DataEngine transforms **static AAS templates** into **live digital represent
6868
6969When a client requests AAS data (shell descriptor, submodel, or submodel element):
7070
71- 1 . ** Fetch Template** - DataEngine retrieves the required AAS/Submodel template from the AAS Template Registry
71+ 1 . ** Fetch Template** - DataEngine retrieves the required AAS/Submodel template from the Template Registry/Template Repository
72722 . ** Extract Semantic IDs** - Identifies all semantic IDs within the template that need values
73733 . ** Request Data via Schema** - Sends a JSON Schema to the Plugin API describing the structure and semantic IDs needed
74744 . ** Receive Values** - Plugin queries its database and responds with populated values for the requested semantic IDs
You can’t perform that action at this time.
0 commit comments