We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ba6a0 commit 8ec10b8Copy full SHA for 8ec10b8
P5/Source/Specs/teidata.probability.xml
@@ -17,8 +17,11 @@ See the file COPYING.txt for details
17
<desc versionDate="2007-01-21" xml:lang="it">definisce la gamma di valori di attributi che esprimono
18
una probabilità</desc>
19
<content>
20
- <dataRef name="double"/>
21
- </content>
+ <dataRef name="double">
+ <dataFacet name="minInclusive" value="0"/>
22
+ <dataFacet name="maxInclusive" value="1"/>
23
+ </dataRef>
24
+ </content>
25
<remarks versionDate="2005-10-18" xml:lang="en">
26
<p>Probability is expressed
27
as a real number between 0 and 1; 0 representing <mentioned>certainly false</mentioned> and 1 representing <mentioned>certainly
0 commit comments