cda datatypes nblock voc common

Element : UVPTS (XML Type: UVP_TS )


Package : datatypes

XML Type : UVP_TS


Parent : TS


Name Type cardinality Comment
probability
Attribute : probability
Double 0...1 The probability assigned to the value, a decimal number between 0 (very uncertain) and 1 (certain).

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="UVP_TS">
      
<xs:complexContent>
         
<xs:extension base="TS">
            
<xs:attribute name="probability" type="probability" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
               The probability assigned to the value, a decimal number
               between 0 (very uncertain) and 1 (certain).
            
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>