The ParentSimpleSettingReferenceType complex type, in Configuration Manager, defines the set of rules targeting the indicated parent simple setting.

<xs:complexType name="ParentSimpleSettingReferenceType">
	<xs:complexContent>
		<xs:extension
			base="ConfigurationItemReferenceType"
		>
			<xs:sequence>
				<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>
			</xs:sequence>
			<xs:attribute name="SimpleSettingLogicalName"
				type="Name"
				use="required"
						/>
			 <xs:attribute name="DataType" type="tns:SettingDataTypes" use="optional"/>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

Child Elements

Element Type Description

Rules (ParentSimpleSettingReferenceType) Element

tns:RuleType

Grouping element for containing a set of rules.

Attributes

Name Type Description

AuthoringScope

xs:Name

The AuthoringScopeId representing the author of the referenced configuration item.

LogicalName

tns:LogicalName

The unique identity of the referenced configuration item.

Version

unsignedInt

The version of the referenced configuration item.

SimpleSettingLogicalName

xs:Name

The unique Id of the simple setting within the referenced configuration item.

DataType

tns:SettingDataTypes

Optional.

See Also


Send comments about this topic to Microsoft.