Definition Type: ComplexType
Name: CompartmentTask
Type: MeasurementTask
Containing Schema: hcm-core.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into comment Drilldown into status Drilldown into title Drilldown into name Drilldown into id Drilldown into compartmentIdXSD Diagram of CompartmentTask
Collapse XSD Schema Code:
<xs:complexType name="CompartmentTask">
    <xs:complexContent>
        <xs:extension base="MeasurementTask">
            <xs:attribute name="compartmentId" type="globalId" use="required">
                <xs:annotation>
                    <xs:documentation xml:lang="en">
                        <UL>
                            <LI>Reference to the compartment defining the scope of this measurement task. However, measurement points are not required to fit to the scope.</LI>
                        </UL>
                    </xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Attachments Attachments 0 (1)
Item Item 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id id Required
name name (Optional)
title title (Optional)
status status Required
comment comment (Optional)
compartmentId compartmentId Required
Collapse Derivation Tree:
Collapse References:
CompartmentTask