Skip to content

Add DTMD schema#58

Merged
peter-lobner merged 5 commits intomasterfrom
feature/dtmd-draft
Aug 2, 2023
Merged

Add DTMD schema#58
peter-lobner merged 5 commits intomasterfrom
feature/dtmd-draft

Conversation

@pmai
Copy link
Copy Markdown
Collaborator

@pmai pmai commented Mar 31, 2023

Fixes #44.

@pmai pmai added this to the 1.0-RC1 milestone Mar 31, 2023
@pmai pmai self-assigned this Mar 31, 2023
Copy link
Copy Markdown
Contributor

@peter-lobner peter-lobner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything else (see my comments) looks fine! 👍

DTMD.xsd Outdated
@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" xmlns:dtmd="http://apps.pmsf.net/STMD/DecisionTaskMetaData" xmlns:stc="http://apps.pmsf.net/SSPTraceability/SSPTraceabilityCommon" xmlns:ssc="http://ssp-standard.org/SSP1/SystemStructureCommon" targetNamespace="http://apps.pmsf.net/STMD/DecisionTaskMetaData" elementFormDefault="qualified" vc:minVersion="1.1">
Copy link
Copy Markdown
Contributor

@peter-lobner peter-lobner Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is ...apps.pmsf.net/STMD/DecisionTaskMetaData correct?

Copy link
Copy Markdown
Collaborator Author

@pmai pmai Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes and no, historically everything was under STMD, including STMD and SRMD, so that carried over to DTMD; that said, as SSC was introduced we changed to SSPTraceability, as this was already clearer. It is mostly unimportant, as the namespaces will change anyway on the move to ssp-standard.org URIs...

I can change to SSPTraceability, if that does not introduce further problems on your side?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have changed it for now...

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that's no problem for us.

DTMD.xsd Outdated
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PeformTasks" type="stc:StepType" minOccurs="0"/>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name attribute should be "PerformTasks"

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch...

@peter-lobner peter-lobner merged commit 9dbbc74 into master Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Finalize naming of simulation-based decision process

2 participants