Skip to content

Commit

Permalink
Extend layered standard description in manifest file (Issue modelica#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
PTaeuberDS committed Jun 16, 2023
1 parent 6162411 commit 3917497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/examples/fmi_ls_xcp_manifest_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
xmlns:fmi-ls="http://fmi-standard.org/fmi-ls-manifest"
fmi-ls:fmi-ls-name="org.fmi-standard.fmi-ls-xcp"
fmi-ls:fmi-ls-version="1.0.0"
fmi-ls:fmi-ls-description="Layered Standard for XCP"
fmi-ls:fmi-ls-description="Layered standard based on FMI 2 and FMI 3 for describing and implementing XCP support for FMUs, which can either provide an XCP service or allow direct memory access via A2L files."
containsXcpService="true"
supportsDirectMemoryAccessViaA2L="true"/>
4 changes: 2 additions & 2 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:revnumber: 1.0
:icons: font

Based on FMI 2 and FMI 3, this layered standard defines how to describe and implement XCP support for FMUs.
Based on FMI 2 and FMI 3, this layered standard defines how to describe and implement XCP support for FMUs, which can either provide an XCP service or allow direct memory access via A2L files.

{empty} +
{empty}
Expand Down Expand Up @@ -121,7 +121,7 @@ This layered standard defines additional capability flags in the layered standar

|`fmi-ls-description`
| `\http://fmi-standard.org/fmi-ls-manifest`
| `Layered Standard for XCP`
| `Layered standard based on FMI 2 and FMI 3 for describing and implementing XCP support for FMUs, which can either provide an XCP service or allow direct memory access via A2L files.`
| String with a brief description of the layered standard that is suitable for display to users.

|`containsXcpService`
Expand Down
2 changes: 1 addition & 1 deletion schema/fmi3LayeredStandardXcpManifest.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<xs:complexType>
<xs:attribute ref="fmi-ls:fmi-ls-name" use="required" fixed="org.fmi-standard.fmi-ls-xcp"/>
<xs:attribute ref="fmi-ls:fmi-ls-version" use="required"/>
<xs:attribute ref="fmi-ls:fmi-ls-description" use="required" fixed="Layered Standard for XCP"/>
<xs:attribute ref="fmi-ls:fmi-ls-description" use="required" fixed="Layered standard based on FMI 2 and FMI 3 for describing and implementing XCP support for FMUs, which can either provide an XCP service or allow direct memory access via A2L files."/>
<xs:attribute name="containsXcpService" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
Expand Down

0 comments on commit 3917497

Please sign in to comment.