NameValueCollection

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

<xs:complexType name="NameValueCollection">
    <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 term.

Requirements

Product

Compute Cluster Pack Client Utilities

See also

Job Schema Complex Types