Skip to content

Add meta-data role#29

Open
Copilot wants to merge 4 commits into
mainfrom
copilot/add-meta-data-role
Open

Add meta-data role#29
Copilot wants to merge 4 commits into
mainfrom
copilot/add-meta-data-role

Conversation

Copy link
Copy Markdown

Copilot AI commented May 6, 2026

Adds a meta-data role 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: Added meta-data entry to the Role Values table, positioned before other
  • schema/fmi3LayeredStandardReferenceManifest.xsd: Added meta-data to the role attribute pattern
  • docs/examples/fmi_ls_ref_manifest_example.xml: Added a meta-data usage example entry to the manifest example file

Usage example

<Related type="application/x-srmd-meta-data"
         source="metadata/model.srmd"
         role="meta-data"
         description="SRMD Meta-Data"/>

Copilot AI assigned Copilot and pmai May 6, 2026
Copilot AI linked an issue May 6, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add meta-data role with no sub-roles Add meta-data role May 6, 2026
Copilot finished work on behalf of pmai May 6, 2026 19:16
Copilot AI requested a review from pmai May 6, 2026 19:16
@pmai
Copy link
Copy Markdown
Collaborator

pmai commented May 6, 2026

@copilot add the usage example to the example file fmi_ls_ref_manifest_example.xml

Copy link
Copy Markdown
Author

Copilot AI commented May 6, 2026

@copilot add the usage example to the example file fmi_ls_ref_manifest_example.xml

Done in 89bc956. Added the meta-data usage example as a <Related> entry to docs/examples/fmi_ls_ref_manifest_example.xml.

Copilot finished work on behalf of pmai May 6, 2026 19:24
<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"/>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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"/>

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Applied in 3ce4850.

Comment thread docs/index.adoc Outdated
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.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Applied in 3ce4850.

Copilot finished work on behalf of pmai May 6, 2026 19:44
Copilot AI requested a review from pmai May 6, 2026 19:44
@pmai pmai marked this pull request as ready for review May 6, 2026 19:51
@pmai pmai requested review from chrbertsch May 12, 2026 09:19
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.

Add "Meta-Data" role

2 participants