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 SimpleSettingType complex type, in Configuration Manager, defines a simple setting type.
<xs:complexType name="SimpleSettingType">
  <xs:sequence>
    <xs:element
      ref="Annotation"
    />
    <xs:element
      minOccurs="0"
      maxOccurs="1"
      ref="ExistentialRule"
     />
    <xs:element
      ref="DiscoverySource"
     />
    <xs:element name="Rules">
      <xs:complexType>
        <xs:sequence>
          <xs:element
            minOccurs="0"
            maxOccurs="unbounded"
            ref="Rule"
          />
          <xs:element
             minOccurs="0"
             maxOccurs="unbounded"
             ref="ExternalRule"
           />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:any
        processContents="skip"
        minOccurs="0"
        maxOccurs="unbounded"
        namespace="##other"
     />
  </xs:sequence>
  <xs:attribute name="LogicalName"
    type="LogicalName"
    use="required"
   />
  <xs:attribute name="DataType"
    type="SettingDataTypes"
    use="required"
   />
</xs:complexType>
Child Elements
| Element | Type | Description | 
|---|---|---|
| tns:RulesType | Defines a rule to be evaluated against a part’s property or a settings value. | 
Attributes
| Name | Type | Description | 
|---|---|---|
| DataType | Supported data types for simple settings. | |
| LogicalName | The unique identity of the configuration item within the authoring scope. | 
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items