In Configuration Manager 2007, the BusinessPolicyType complex type defines a general configuration item. This essentially serves as a container for parts and settings and has no intrinsic discovery mechanism.

<xs:complexType name="BusinessPolicyType">
	<xs:complexContent>
		<xs:extension
			base="ConfigurationItemWithContentsType"
		>
			<xs:sequence>
				<xs:element
					minOccurs="0"
					maxOccurs="unbounded"
					ref="PlatformApplicabilityCondition"
								/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

Attributes

Name Type Description

AuthoringScopeId

xs:Name

The unique identity of the author for this configuration item.

LogicalName

tns:LogicalName

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

Version

unsignedInt

The version number of the configuration item.

See Also


Send comments about this topic to Microsoft.