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

Rules

tns:RulesType

Defines a rule to be evaluated against a part’s property or a settings value.

Attributes

Name Type Description

DataType

SettingDataTypes

Supported data types for simple settings.

LogicalName

LogicalName

The unique identity of the configuration item within the authoring scope.

See Also


Send comments about this topic to Microsoft.