SettingValue Complex Type 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>

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

Send comments about this topic to Microsoft

Build date: 9/5/2007