Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a name that is associated with a value in a name-value pair.
<xs:complexType name="namedValue">
<xs:simpleContent>
<xs:extension
base="nonEmptyString"
>
<xs:attribute name="name"
type="nonEmptyString"
use="required"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attributes
Name | Type | Description |
---|---|---|
name | nonEmptyString | Specifies the name that is associated with a value 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] |