The Rules (SimpleSettingType) element, in Configuration Manager, is a grouping element for the list of rules defined against the value or values of this setting.

The Rules element is defined by the SimpleSettingType complex type.

<xs:element name="Rules">
	<xs:complexType>
		<xs:sequence>
			<xs:element
				minOccurs="0"
				maxOccurs="unbounded"
				ref="Rule"
			 />
		</xs:sequence>
	</xs:complexType>
</xs:element>

Child Elements

Element Type Description

Rule

tns:RuleType

Defines a rule to be evaluated against a part’s property or a settings value.

See Also


Send comments about this topic to Microsoft.