Add Label element to Related for keyword-based filtering#31
Open
Copilot wants to merge 2 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/modelica/fmi-ls-ref/sessions/095a984d-69ec-4017-9fd1-f9c8763422a3 Co-authored-by: pmai <91502+pmai@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add keyword mechanism for references in FMI-LS-REF file
Add Label element to Related for keyword-based filtering
May 6, 2026
pmai
approved these changes
May 12, 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.
FMU creators had no structured way to attach keywords to related files, making it impossible to filter references by use case (e.g., variant, SIL/HIL, target OS) without opening each file.
Changes
fmi3LayeredStandardReferenceManifest.xsd): AddedLabelas a child element ofRelated(0..unbounded). NewTLabelcomplex type with mandatorynameand optionaldescriptionattributes.docs/index.adoc): Added "Related Child Elements" table and a "Labels" subsection describing the element and its attributes.docs/examples/fmi_ls_ref_manifest_example.xml): Illustrates label usage for variant selection and simulation context filtering.Example