You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/6___dtmd.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ The AnalysisPhase element is associated with the following attributes.
87
87
.AnalysisPhase element attributes
88
88
[width="100%",options="header"]
89
89
|===
90
-
| Attribute name | Optional / Mandatory | Attribut description
90
+
| Attribute name | Optional / Mandatory | Attribute description
91
91
| id | Optional | This attribute gives the model element a file-wide unique id which can be referenced from other elements or via URI fragment identifier.
92
92
| description | Optional | This attribute gives a human readable longer description of the model element, which can be shown to the user where appropriate.
93
93
|===
@@ -123,7 +123,7 @@ The DefinitionPhase element is associated with the following attributes.
123
123
.DefinitionPhase element attributes
124
124
[width="100%",options="header"]
125
125
|===
126
-
| Attribute name | Optional / Mandatory | Attribut description
126
+
| Attribute name | Optional / Mandatory | Attribute description
127
127
| id | Optional | This attribute gives the model element a file-wide unique id which can be referenced from other elements or via URI fragment identifier.
128
128
| description | Optional | This attribute gives a human readable longer description of the model element, which can be shown to the user where appropriate.
129
129
|===
@@ -201,7 +201,7 @@ The EvaluationPhase element is associated with the following attributes.
201
201
202
202
In the fulfillment phase, it is checked and decided whether the entire decision task, including all sub-tasks performed, fulfills the requirements placed on the decision task by the commissioning higher-level processes.
203
203
204
-
The FulfillmentPhasePhase element documents all relevant information.
204
+
The FulfillmentPhase element documents all relevant information.
205
205
206
206
[#im-dtmdfulfillmentphaseschema]
207
207
.FulfillmentPhase elements structure and attributes
Copy file name to clipboardExpand all lines: specification/7___stmd.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The AnalysisPhase element is associated with the following attributes.
89
89
.AnalysisPhase element attributes
90
90
[width="100%",options="header"]
91
91
|===
92
-
| Attribute name | Optional / Mandatory | Attribut description
92
+
| Attribute name | Optional / Mandatory | Attribute description
93
93
| id | Optional | This attribute gives the model element a file-wide unique id which can be referenced from other elements or via URI fragment identifier.
94
94
| description | Optional | This attribute gives a human readable longer description of the model element, which can be shown to the user where appropriate.
95
95
|===
@@ -106,7 +106,7 @@ The RequirementsPhase element documents all relevant information.
106
106
.RequirementsPhase element structure and attributes
107
107
image::RequirementsPhaseSchema.png[]
108
108
109
-
The RequirememtsPhase element is structured by the followuing subordinated element.
109
+
The RequirementsPhase element is structured by the followuing subordinated element.
110
110
111
111
[#tb-requirementsphasesubelements]
112
112
.RequirementsPhase element structure
@@ -154,7 +154,7 @@ The DesignPhase element is structured by the following subordinated element.
154
154
|===
155
155
| Sub element name | Optional / Mandatory | Details
@@ -290,7 +290,7 @@ The EvaluationPhase element is associated with the following attributes.
290
290
291
291
In the fulfillment phase, it is checked and decided whether the entire simulation task, including the simulation results, fulfills the requirements placed on the simulation by the commissioning higher-level engineering task and whether the simulation tasks can be completed.
292
292
293
-
The FulfillmentPhasePhase element documents all relevant information.
293
+
The FulfillmentPhase element documents all relevant information.
294
294
295
295
[#im-fulfillmentphaseschema]
296
296
.FulfillmentPhase elements structure and attributes
Copy file name to clipboardExpand all lines: specification/8___srmd.adoc
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
Simulation resource meta data for components or other resources (e.g. parameter sets, etc.) can be provided using SRMD files. These files can be embedded into such resources, where possible, they can be placed outside the resources and reference the resources to which they apply, or they can be tied to the resources through the STMD meta-data mechanisms.
5
5
6
-
=== SimulationRessourceMetaData
6
+
=== SimulationResourceMetaData
7
7
8
8
The SimulationResourceMetaData element is the all enclosing top level XML element of SRMD files.
More specifically, the Classification and Annotation sub-elements of the SimulationResourceMetaData element, as specified in <<sec-gelementcommon>> apply classifications and further information to the resource that is being described by the SRMD file.
25
+
26
+
Other than the referent, the usual rules for these elements apply.
27
+
24
28
The SimulationResourceMetaData element is associated with the following attributes.
Simulation model meta data and parameter meta data is referenced inside
65
+
the DTMD file using either `Resource` records directly if the meta data
66
+
is directly relevant, or through `MetaData` elements inside `Resource`
67
+
elements if the meta data is only used in a meta data role.
68
+
69
+
If meta data is intended to be carried in the purely SSP subset of the
70
+
SSP package, then the following sections apply.
71
+
72
+
The MIME type of STMD files is `application/x-dtmd-decisiontask`, the
73
+
file name extension is `.stmd`.
33
74
34
75
=== STMD File
35
76
36
77
Any STMD-based package MUST include an STMD XML file under the `extra/org.ssp-standard.ssp-traceability.stmd/SimulationTask.stmd` name.
37
78
The file MUST be a valid STMD file according to the specification below.
38
79
39
-
A Simulation Task Meta Data file (STMD, file extension .stmd) MUST be a
40
-
well-formed XML 1.0 [XML10] file that conforms to the SimulationTask XML
41
-
Schema distributed as part of this standard. The file MUST use the
42
-
UTF-8 encoding.
80
+
A Simulation Task Meta Data file (STMD, file extension .stmd, MIME type
81
+
`application/x-stmd-simulationtask`) MUST be a well-formed XML 1.0
82
+
[XML10] file that conforms to the STMD.xsd XML Schema distributed as
83
+
part of this standard. The file MUST use the UTF-8 encoding.
43
84
44
85
All STMD-specific elements live in the `\http://ssp-standard.org/SSPTraceability1/SimulationTaskMetaData` namespace, nicknamed `stmd` in this document.
0 commit comments