Skip to content

Commit

Permalink
Replace fmi3AbstractVariable figure w/ fmi3ArrayableVariable (#1829)
Browse files Browse the repository at this point in the history
fixes #1828
  • Loading branch information
t-sommer committed Nov 1, 2022
1 parent 157acd0 commit 7307f16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/2_4_common_schema.adoc
Expand Up @@ -876,13 +876,13 @@ _]_

===== Variable Attributes

The common attributes of variables are shown in <<figure-schema-fmi3AbstractVariable>>.
The common attributes of variables are shown in <<figure-schema-fmi3ArrayableVariable>>.

.fmi3AbstractVariable element.
[[figure-schema-fmi3AbstractVariable]]
image::images/schema/fmi3AbstractVariable.png[width=80%, align="center"]
.fmi3ArrayableVariable element.
[[figure-schema-fmi3ArrayableVariable]]
image::images/schema/fmi3ArrayableVariable.png[width=80%, align="center"]

.fmi3AbstractVariable attribute details.
.fmi3ArrayableVariable attribute details.
[[table-variableBase-attributes]]
[cols="1,5a",options="header"]
|====
Expand Down
2 changes: 1 addition & 1 deletion generate_figures.ps1
Expand Up @@ -92,7 +92,7 @@ Export-Schema CoordinateSystem 2 -schema fmi3TerminalsAndIcons.xsd
Export-Schema Icon 2 -schema fmi3TerminalsAndIcons.xsd
Export-Schema TerminalGraphicalRepresentation 2 -schema fmi3Terminal.xsd
Export-Schema ModelVariables 2
Export-Schema fmi3AbstractVariable 1
Export-Schema fmi3ArrayableVariable 1
Export-Schema Float64 1 -schema fmi3Variable.xsd
Export-Schema Int32 1 -schema fmi3Variable.xsd
Export-Schema Boolean 1 -schema fmi3Variable.xsd
Expand Down

0 comments on commit 7307f16

Please sign in to comment.