The Settings (ConfigurationItemWithContentsType) element, in Configuration Manager, provides references to simple settings that are defined by ancestor configuration items.

The Settings element is defined by the ConfigurationItemWithContentsType complex type.

<xs:element name="Settings">
	<xs:complexType>
		<xs:sequence>
			<xs:element
				minOccurs="1"
				maxOccurs="1"
				ref="RootComplexSetting"
			 />
		</xs:sequence>
	</xs:complexType>
</xs:element>

Child Elements

Element Type Description

RootComplexSetting

RootComplexSetting

The root settings node for an item.

See Also


Send comments about this topic to Microsoft.