Add meta-data role#29
Open
Copilot wants to merge 4 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/modelica/fmi-ls-ref/sessions/51e889d2-25c8-4c5f-9ef0-e68e4d9cb9d0 Co-authored-by: pmai <91502+pmai@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add meta-data role with no sub-roles
Add May 6, 2026
meta-data role
Collaborator
|
@copilot add the usage example to the example file fmi_ls_ref_manifest_example.xml |
Agent-Logs-Url: https://github.com/modelica/fmi-ls-ref/sessions/3c84be78-a6b8-4940-85f8-04d121038eb5 Co-authored-by: pmai <91502+pmai@users.noreply.github.com>
Author
pmai
requested changes
May 6, 2026
| <Related type="application/x-ssp-parameter-set" source="highend-params.ssv" role="parameter" description="Highend Model Parameters"/> | ||
| <Related type="application/x-ssp-parameter-set" source="dynamic-params.ssv" role="parameter" description="Dynamic Model Parameters"/> | ||
| <Related type="application/x-ma-ls-experiments" source="smoke-tests.exp" role="experiment" description="Smoke Tests of FMU"/> | ||
| <Related type="application/x-ssp-simulation-resource-meta-data" source="metadata/model.srmd" role="meta-data" description="SRMD Meta-Data"/> |
Collaborator
There was a problem hiding this comment.
Suggested change
| <Related type="application/x-ssp-simulation-resource-meta-data" source="metadata/model.srmd" role="meta-data" description="SRMD Meta-Data"/> | |
| <Related type="application/x-srmd-meta-data" source="metadata/model.srmd" role="meta-data" description="SRMD Meta-Data"/> |
| The identifier to use for the sub-role is the same as used in the respective FMI standard for platform identification. | ||
|
|
||
| |`meta-data` | ||
| | Meta-data file, e.g., an SRMD file or other meta-data file (e.g., MIC-Core compliant) that provides meta-data about the FMU or its context. |
Collaborator
There was a problem hiding this comment.
Suggested change
| | Meta-data file, e.g., an SRMD file or other meta-data file (e.g., MIC-Core compliant) that provides meta-data about the FMU or its context. | |
| | Meta-data file, e.g., an SRMD file or other meta-data file that provides meta-data about the FMU or its context. |
Agent-Logs-Url: https://github.com/modelica/fmi-ls-ref/sessions/798b55e3-3a0f-4e74-9f74-d107c5cd70c2 Co-authored-by: pmai <91502+pmai@users.noreply.github.com>
pmai
approved these changes
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
meta-datarole for referencing meta-data files (e.g., SRMD files or other meta-data files) associated with an FMU. No sub-roles are defined for this role.Changes
docs/index.adoc: Addedmeta-dataentry to the Role Values table, positioned beforeotherschema/fmi3LayeredStandardReferenceManifest.xsd: Addedmeta-datato theroleattribute patterndocs/examples/fmi_ls_ref_manifest_example.xml: Added ameta-datausage example entry to the manifest example fileUsage example