xdw v3 oasis

Element : PQR (XML Type: PQR )


Summary

Package : v3

XML Type : PQR

Comments : A representation of a physical quantity in a unit from any code system. Used to show alternative representation for a physical quantity.


Generalization

Parent : CV


Attributes
Name Type cardinality Comment
value
Attribute : value
java.lang.Object 0...1 The magnitude of the measurement value in terms of the unit specified in the code.

Constraints

There are no specific rules for this element.


Schema declaration
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PQR">
      
<xs:annotation>
         
<xs:documentation>
            A representation of a physical quantity in a unit from
            any code system. Used to show alternative representation
            for a physical quantity.
         
</xs:documentation>
      
</xs:annotation>
      
<xs:complexContent>
         
<xs:extension base="CV">
            
<xs:attribute name="value" type="real" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     The magnitude of the measurement value in terms of
                     the unit specified in the code.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>