Definition Type: SimpleType
Name: ObservationValueType
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	Unit of measure for the Observation.Value.
-	Value Type should be based on the EDSC Observation Details Released on the eClaimLink Website documentation section https://www.eclaimlink.ae/dhd_documentation.aspx
Collapse XSD Schema Diagram:
XSD Diagram of ObservationValueType
Collapse XSD Schema Code:
<xs:simpleType name="ObservationValueType">
    <xs:annotation>
        <xs:documentation>
        -	Unit of measure for the Observation.Value.
        -	Value Type should be based on the EDSC Observation Details Released on the eClaimLink Website documentation section https://www.eclaimlink.ae/dhd_documentation.aspx
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:maxLength value="25" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 25