Definition Type: SimpleType
Name: ObservationValue
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The observed value of the Activity.
-	Restriction: Must be expressed in SI Units.
Collapse XSD Schema Diagram:
XSD Diagram of ObservationValue
Collapse XSD Schema Code:
<xs:simpleType name="ObservationValue">
    <xs:annotation>
        <xs:documentation>
        -	The observed value of the Activity.
        -	Restriction: Must be expressed in SI Units.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string" />
</xs:simpleType>