The OtherConfigurationItemReferenceType complex type, in Configuration Manager, references configuration items that are not of the types that are defined in the current schema.

<xs:complexType name="OtherConfigurationItemReferenceType">
	<xs:complexContent>
		<xs:extension
			base="ConfigurationItemReferenceType"
		>
			<xs:attribute name="TemplateName"
				type="Name"
				use="required"
			 />
			<xs:attribute name="TargetNamespace"
				type="anyURI"
				use="required"
			 />
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

Attributes

Name Type Description

AuthoringScopeId

xs:Name

The authoring scope of the configuration item.

LogicalName

tns:LogicalName

The logical name for the configuration item.

Version

unsignedInt

The version of the configuration item. In the case that the configuration item does not contain any desired configuration management schema information, this is the SchemaVersion attribute of the XML schema document. If no SchemaVersion is defined, this should be set to 0.

TemplateName

xs:Name

The name of the XSLT template residing within the document that must be invoked to do the discovery for the configuration item.

This template must reside in the xsl:stylesheet element under the first xs:schema/xs:appinfo element in the configuration item.

TargetDescription

xs:anyURI

The target XML namespace that is associated with the schema document.

See Also


Send comments about this topic to Microsoft.