Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MTMD.xsd #84

Open
wants to merge 2 commits into
base: feat/CMP
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions MTMD.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<xs:annotation>
<xs:documentation xml:lang="en">
Contains information and a description of the engineering task of the
higher-level engineering process as well as the general requirements
higher-level engineering and simulation process as well as the general requirements
and objectives, e.g., KPI and other criteria for the modelling task.
</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -70,24 +70,25 @@
<xs:element name="DefineParameterRequirements" type="stc:StepType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">
In this step the requirements of the modelling task are broken down
into the individual requirements for the parameters.
In this step the relevant assumptions and the requirements that the model with
parameterization in the simulation must fulfill are clarified. The requirements of
the modelling task are broken down into the individual requirements for the parameters.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DefineSimulationEnvironmentRequirements" type="stc:StepType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">
In this step the requirements of the modelling task are broken down
into the individual requirements for the simulation environment.
into the individual requirements for the modeling and simulation environment.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DefineSimulationIntegrationRequirements" type="stc:StepType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">
In this step the requirements of the modelling task are broken down
into the individual requirements for the simulation integration elements.
into the individual requirements for the modeling and simulation integration elements.
</xs:documentation>
</xs:annotation>
</xs:element>
Expand Down Expand Up @@ -148,9 +149,9 @@
<xs:element name="DefineSimulationEnvironmentDesignSpecification" type="stc:StepType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">
In this step the design specification for the simulation environment is
In this step the design specification for the modelliong and simulation environment is
derived from the requirements. This can also be seen as the designi
specification for the architecture of the simulation environment
specification for the architecture of the modelling and simulation environment
(structure, interfaces, modules, workflow and data flow).
</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -221,9 +222,9 @@
<xs:documentation xml:lang="en">
In step the parameter structures, the infrastructure for handling
different parameter sets and the processing of material data to model
parameters is implemented. Necessary infrastructure for quality
assurance of data and parameters is implemented and quality assurance
performed.
parameters is implemented (as far it is needed for model development).
Necessary infrastructure for quality assurance of data and parameters
is implemented and quality assurance performed.
</xs:documentation>
</xs:annotation>
</xs:element>
Expand Down Expand Up @@ -258,7 +259,7 @@
<xs:element name="AssureSimulationSetupQuality" type="stc:StepType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">
In this step quality assurance (i.e., tests) for the simulation
In this step quality assurance (i.e., tests) for the modeling and simulation
environment with integrated models and parametrization is performed.
Quality information about models and simulation environment according
to the criticality of the decision of the modelling task is provided.
Expand All @@ -268,8 +269,8 @@
<xs:element name="DeriveSimulationSetupQualityVerdict" type="stc:StepType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">
In this step an assessment of the quality of the simulation setup and
according models, test cases, parametrization and simulation environment
In this step an assessment of the quality of the modeling and simulation setup
and according models, test cases, parametrization and simulation environment
is carried out (according to the criticality of the modelling task).
</xs:documentation>
</xs:annotation>
Expand Down
Loading