xdw v3 oasis

Element : UVPTS (XML Type: UVP_TS )


Summary

Package : v3

XML Type : UVP_TS


Generalization

Parent : TS1


Attributes
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).

Constraints

There are no specific rules for this element.


Schema declaration
<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>