Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify mime type of FMI 3.0 binary variables #110

Merged
merged 1 commit into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/spec/binary_variables.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ The actual binary variable shall contain an annotation of the following form in
It is an error if there is not exactly one variable for the same name.

The MIME type given in `@mime-type` shall be a valid MIME type specification.
It shall be identical to the MIME type specification given in the `@mimeType` attribute of the binary variable element.

In the case of OSI-specified data, the MIME type shall have the following form to indicate that the binary content is conformant to the given OSI version and contains a message of the given type:

Expand Down