Add Annotations support to fmiReferences and related elements#30
Open
Copilot wants to merge 3 commits into
Open
Add Annotations support to fmiReferences and related elements#30Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
Agent-Logs-Url: https://github.com/modelica/fmi-ls-ref/sessions/c5b19601-4a68-4113-8aff-a5f1bdd15098 Co-authored-by: pmai <91502+pmai@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add annotation mechanism for fmiReferences and related elements
Add Annotations support to fmiReferences and related elements
May 6, 2026
pmai
requested changes
May 6, 2026
Collaborator
pmai
left a comment
There was a problem hiding this comment.
Add the usage example to the fmi_ls_ref_manifest_example.xml example
Agent-Logs-Url: https://github.com/modelica/fmi-ls-ref/sessions/ba0b1f50-3b75-47dd-bcb7-d0f0a57e1b92 Co-authored-by: pmai <91502+pmai@users.noreply.github.com>
Author
Done in commit 3fe24b9. The first |
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.
FMI and SSP both support vendor annotations on elements; FMI-LS-REF had no equivalent, creating a blocker when tool-specific metadata needed to be attached.
Imports
fmi3Annotation.xsdfrom the FMI standard and adds the optional<Annotations>child element to all major elements in both schemas, plus documentation updates.Schema:
fmi3LayeredStandardReferenceManifest.xsdfmi3Annotation.xsd<fmiReferences>and<Related>now accept an optional<Annotations>childSchema:
fmi3LayeredStandardReferenceExperiments.xsdfmi3Annotation.xsd<Experiments>,<Experiment>,<Parameters>,<Stimuli>, and<References>now accept an optional<Annotations>childDocs
docs/index.adocfor all affected elementsExample usage: