ParentSimpleSettingReferenceType Complex Type
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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 |
---|---|---|
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
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items