Share via


NameValueCollection1 Complex Type

Defines a collection of name/value pairs that represent extended task terms.

<xs:complexType name="NameValueCollection1">
    <xs:sequence>
        <xs:element name="Term"
            type="NameValue"
            minOccurs="0"
            maxOccurs="unbounded"
            nillable="true"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
Term NameValue

An extended task term.

Requirements

Product

Compute Cluster Pack Client Utilities

See also

Task Schema Complex Types