Value (SettingValueList) Element Element
Contains a value in a list of setting values.
<xs:element name="Value">
<xs:complexType
mixed="true"
>
<xs:sequence>
<xs:any
processContents="skip"
minOccurs="0"
maxOccurs="unbounded"
namespace=""
/>
</xs:sequence>
<xs:attribute name="Null"
type="boolean"
use="optional"
/>
</xs:complexType>
</xs:element>
Attributes
| Name | Type | Description |
|---|---|---|
| Null | boolean | True if the value of the setting can be null, False otherwise. |
See Also
Definition context of element in schema
Possible immediate parent elements in schema instance
Send comments about this topic to Microsoft
Build date: 9/5/2007