Share via


Child (Parent) Element

Defines the child of a parent/child task group relationship.

<xs:element name="Child">
    <xs:complexType>
        <xs:attribute name="GroupId"
            type="int"
         />
    </xs:complexType>
</xs:element>

The Child element is defined by the Parent complex type.

Attributes

Name Type Description
GroupId int

The child group identifier.

Requirements

Product

HPC Pack 2008 Client Utilities

See also

Definition context of element in schema

Parent

Possible immediate parent element in schema instance

Parent (ArrayOfTaskGroupDependency)