<xsd:complexType name="MeasureTextType">
<xsd:annotation>
<xsd:documentation>This is a type constructed to accomodate measure information presented variably as a number or text. For instance, pH is a measure of the acidity or alkalinity of a solution. In the context of a DrugTestReport, pH might be reported numerically (6.0) or with a textual description such as "normal".</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="oa:NormalizedStringType">
<xsd:attribute name="unitCode" type="oa:NormalizedStringType" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|