Skip to content

Commit

Permalink
Fix for #166: 'value' must not be empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jun 17, 2021
1 parent add47c2 commit 9a8aea0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified specification/level-1-version-4/sed-ml-L1V4.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion specification/level-1-version-4/sources/simulation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ \subsubsection{\element{AlgorithmParameter}}
\paragraph*{\element{value}}
\label{sec:algorithmParameterValue}
The \concept{\element{value}} sets the value of the \hyperref[class:algorithmParameter]{AlgorithmParameter}. For XML purposes, it is of type \element{string}, but should contain a value that makes sense for the \element{kisaoID} in question: if the KiSAO term is a value, the string should contain a number; if the KiSAO term is a Boolean, the string should contain the string \val{true} or \val{false}, etc.
The \concept{\element{value}} sets the value of the \hyperref[class:algorithmParameter]{AlgorithmParameter}. For XML purposes, it is of type \element{string}, but should contain a value that makes sense for the \element{kisaoID} in question: if the KiSAO term is a value, the string should contain a number; if the KiSAO term is a Boolean, the string should contain the string \val{true} or \val{false}, etc. \changed{The string must be non-empty; to explicitly state that a value is not set, this should be encoded in the string as a value such as \val{null} or \val{unset}, as makes sense for the term in question.}
\begin{myXmlLst}{The SED-ML \concept{\code{algorithmParameter}} element setting the parameter value for the simulation algorithm. \code{KISAO:0000032} refers to the \emph{explicit fourth-order Runge-Kutta method}; \code{KISAO:00000211} refers to the \emph{absolute tolerance}.}{lst:algorithmParameter}
<algorithm kisaoID="KISAO:0000032">
Expand Down

0 comments on commit 9a8aea0

Please sign in to comment.