System Model Version Metadata
IRI: https://w3id.org/altium/cdm/system/SdmSystemModelVersionMetadata
Bounded context: system-sdm
Metadata associated with a specific version of a system model, capturing provenance information.
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class system_SdmSystemModelVersionMetadata["System Model Version Metadata"]
style system_SdmSystemModelVersionMetadata fill:#f1c232
click system_SdmSystemModelVersionMetadata href "../../classes/system_SdmSystemModelVersionMetadata/"
class core_Resource["Resource"]
core_Resource <|-- system_SdmSystemModelVersionMetadata
click core_Resource href "../../classes/core_Resource/"
system_SdmSystemModelVersionMetadata : created at
system_SdmSystemModelVersionMetadata --> "1" plt_WorkspaceUser : created by
click plt_WorkspaceUser href "../../classes/plt_WorkspaceUser/"
class plt_WorkspaceUser["Workspace User"]
style plt_WorkspaceUser fill:#cccccc
system_SdmSystemModelVersionMetadata --> "1" system_SdmAuthoringApplication : authoring application
click system_SdmAuthoringApplication href "../../classes/system_SdmAuthoringApplication/"
class system_SdmAuthoringApplication["Authoring Application"]
style system_SdmAuthoringApplication fill:#f1c232
system_SdmSystemModelVersionMetadata : tags
class system_SdmSystemModelVersion["System Model Version"]
style system_SdmSystemModelVersion fill:#f1c232
system_SdmSystemModelVersion --> "0..1" system_SdmSystemModelVersionMetadata: metadata
click system_SdmSystemModelVersion href "../../classes/system_SdmSystemModelVersion/"
Inheritance
- core_Resource
- system_SdmSystemModelVersionMetadata
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| created at | 1 |
datetime | The date and time when the SDM version was created. | direct |
| created by | 1 |
Workspace User | The user that created this SDM version. | direct |
| authoring application | 1 |
Authoring Application | The application used to create this SDM version. | direct |
| tags | 1..* |
string | The tags associated with this SDM version. | direct |