Definition Type: ComplexType
Name: MemberTask
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 idXSD Diagram of MemberTask
Collapse XSD Schema Code:
<xs:complexType name="MemberTask">
    <xs:complexContent>
        <xs:extension base="MeasurementTask">
            <xs:sequence>
                <xs:element name="BoundingBox" type="BoundingBox" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">
                            <UL>
                                <LI>Optional bounding box 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:element>
                <xs:element name="MemberId" type="globalId" maxOccurs="unbounded">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">
                            <UL>
                                <LI>Optional set of references to members 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:element>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Attachments Attachments 0 (1)
Item Item 0 unbounded
BoundingBox BoundingBox 0 (1)
MemberId MemberId (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id id Required
name name (Optional)
title title (Optional)
status status Required
comment comment (Optional)
Collapse Derivation Tree:
Collapse References:
MemberTask