The Rules (ParentSimpleSettingReferenceType) element, in Configuration Manager, defines the set of rules targeting the indicated parent simple setting.

The Rules element is defined by the ParentSimpleSettingReferenceType complex type.

<xs:element name="Rules">
	<xs:complexType>
		<xs:sequence>
			<xs:element
				minOccurs="0"
				maxOccurs="unbounded"
				ref="Rule"
			 />
			 <xs:any
				 processContents="skip"
				 minOccurs="0"
				 maxOccurs="unbounded"
				 namespace="##other"
			/>
		</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.

Attributes

See Also


Send comments about this topic to Microsoft.