Definition Type: ComplexType
Name: MeasureTextType
Namespace: http://www.hr-xml.org/3
Type: oa:NormalizedStringType
Containing Schema: Fields.xsd
Abstract
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".
Collapse XSD Schema Diagram:
Drilldown into unitCode in schema fields_xsdXSD Diagram of MeasureTextType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
unitCode nsA:unitCode (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:ConfirmationCutoffValue, nsA:EffectivePeriodDescription, nsA:ScreenCutoffValue, nsA:SubstanceQuantity, nsA:TestDuration, nsA:TestReferenceRange