Parent Complex Type

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

<xs:complexType name="Parent">
    <xs:sequence>
        <xs:element name="Child"
            minOccurs="0"
            maxOccurs="unbounded"
        >
            <xs:complexType>
                <xs:attribute name="GroupId"
                    type="int"
                 />
            </xs:complexType>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="GroupId"
        type="int"
     />
</xs:complexType>

Child elements

Element Type Description
Child

The child of the parent/child relationship.

Attributes

Name Type Description
GroupId int

The child group identifier (inline complex type).

GroupId int

The parent group identifier.

Requirements

Product

HPC Pack 2008 Client Utilities