Skip to content

Commit

Permalink
Merge pull request #72 from axelberndt/develop
Browse files Browse the repository at this point in the history
v2.1.5
  • Loading branch information
axelberndt authored Oct 24, 2023
2 parents 8117c2f + 029e853 commit 7526fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.4"/>
<tei:edition n="2.1.5"/>
</tei:editionStmt>

<tei:publicationStmt>
Expand Down Expand Up @@ -69,6 +69,7 @@
</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:change status="2.1.5" who="Axel Berndt">Value range of attribute <tei:att>frameLength</tei:att> of element <tei:gi>temporalSpread</tei:gi> was defined with maxInclusive 0.0. This is fixed to minInclusive 0.0.</tei:change>
</tei:revisionDesc>
</tei:teiHeader>

Expand Down
2 changes: 1 addition & 1 deletion src/specs/temporalSpread.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<tei:attDef ident="frameLength" usage="opt" mode="change">
<tei:datatype>
<tei:dataRef name="double">
<tei:dataFacet name="maxInclusive" value="0.0"/>
<tei:dataFacet name="minInclusive" value="0.0"/>
</tei:dataRef>
</tei:datatype>
<tei:defaultVal>0.0</tei:defaultVal>
Expand Down

0 comments on commit 7526fa6

Please sign in to comment.