Skip to content

Commit

Permalink
Added facets to constrain probability (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
trishaoconnor authored Mar 7, 2024
1 parent ab6fdf0 commit 42da9bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions P5/Source/Specs/teidata.probability.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
<desc versionDate="2007-01-21" xml:lang="it">definisce la gamma di valori di attributi che esprimono
una probabilità</desc>
<content>
<dataRef name="double"/>
</content>
<dataRef name="double">
<dataFacet name="minInclusive" value="0"/>
<dataFacet name="maxInclusive" value="1"/>
</dataRef>
</content>
<remarks versionDate="2005-10-18" xml:lang="en">
<p>Probability is expressed
as a real number between 0 and 1; 0 representing <mentioned>certainly false</mentioned> and 1 representing <mentioned>certainly
Expand Down

0 comments on commit 42da9bf

Please sign in to comment.