The Rules (ParentPartPropertyReferenceType) element, in Configuration Manager, is the rules that are defined against the specified parent part.

The Rules element is defined by the ParentPartPropertyReferenceType 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.