Share via


NameValueCollection1 Complex Type

Defines a collection of name/value pairs that represent extended terms and custom properties for a task.

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

Child elements

Element Type Description
Term NameValue

An extended term or custom property.

Requirements

Product

HPC Pack 2008 Client Utilities