Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
v2.1.4
- Value range of attribute `frameLength` of element `temporalSpread` must be greater or equal to 0.0. Negative values are not allowed, at least in this context.
  • Loading branch information
axelberndt authored Nov 14, 2022
2 parents 1ef5931 + 0bb7e4f commit 6e7880c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file removed figures/timingPipeline.png
Binary file not shown.
3 changes: 2 additions & 1 deletion src/mpm.odd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</tei:titleStmt>

<tei:editionStmt>
<tei:edition n="2.1.3"/>
<tei:edition n="2.1.4"/>
</tei:editionStmt>

<tei:publicationStmt>
Expand Down Expand Up @@ -68,6 +68,7 @@
<tei:item>Added documentation of the ornamentation features to the guidelines.</tei:item>
</tei:list>
</tei:change>
<tei:change status="2.1.4" who="Axel Berndt">Value range of attribute <tei:att>frameLength</tei:att> of element <tei:gi>temporalSpread</tei:gi> must be greater or equal to 0.0. Negative values are not allowed, at least in this context.</tei:change>
</tei:revisionDesc>
</tei:teiHeader>

Expand Down
5 changes: 5 additions & 0 deletions src/specs/temporalSpread.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@

<tei:attList>
<tei:attDef ident="frameLength" usage="opt" mode="change">
<tei:datatype>
<tei:dataRef name="double">
<tei:dataFacet name="maxInclusive" value="0.0"/>
</tei:dataRef>
</tei:datatype>
<tei:defaultVal>0.0</tei:defaultVal>
</tei:attDef>
<tei:attDef ident="time.unit" usage="opt" mode="change">
Expand Down

0 comments on commit 6e7880c

Please sign in to comment.