SettingValue complex type [SDM] 

 
SDM Reference

SettingValue Complex Type

Defines the attributes used in defining a single setting value for a setting declaration. The value is used in a facet of the setting. It can be used for both list and non-list values.

<xs:complexType name="SettingValue"
    mixed="true"
>
    <xs:sequence>
        <xs:any
            processContents="skip"
            minOccurs="0"
            maxOccurs="unbounded"
            namespace=""
         />
    </xs:sequence>
    <xs:attributeGroup
        ref="SettingValueAttributes"
     />
</xs:complexType>
SettingValue
A value to be set in a facet of a setting.

Attribute Groups

Name Description
SettingValueAttributes Controls the behavior of setting values.

Remarks

A SettingValueList is used to provide multiple setting values and can only be used against a setting declaration that is a list.

See Also

SystemDefinitionModel Schema Complex Types

  
  Last updated: November 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.