Skip to content
Open
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
10 changes: 6 additions & 4 deletions docs/2_4_common_schema.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,13 @@ The XML attributes of `<fmiModelDescription>` are:

|`fmiVersion`
|Version of FMI the XML file complies with.
The value for this version is `3.0`.
Future minor revisions will be denoted as `3.1`, `3.2` ...
The format is `3.MINOR` or `3.MINOR.PATCH` where MINOR and PATCH are non-negative integers without leading zeros.
The current release version is `3.0`.
Future minor revisions will be denoted as `3.1`, `3.2`, etc.
Patch releases may be denoted as `3.0.1`, `3.1.2`, etc.

NOTE: During development prototype FMU implementations can indicate compliance with a certain development version based on the tags available at https://github.com/modelica/fmi-standard/tags.
For example the value for the FMI 3.0 Alpha 2 release is `3.0-alpha.2`.
NOTE: During development, prototype FMU implementations can indicate compliance with a certain development version by appending a pre-release suffix, such as `3.0-alpha.2`, `3.1-beta.1`, or `3.0.1-rc.1`.
These development versions are based on tags available at https://github.com/modelica/fmi-standard/tags.

|`modelName`
|The name of the model as used in the modeling environment that generated the XML file, such as `Modelica.Mechanics.Rotational.Examples.CoupledClutches`.
Expand Down