namedValues Complex Type

Defines a name-value pair in which the name is associated with the value.

<xs:complexType name="namedValues">
    <xs:sequence>
        <xs:element name="Value"
            type="namedValue"
            minOccurs="1"
            maxOccurs="32"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
Value namedValue Specifies the value that is associated with a name in a name-value pair.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]