In Configuration Manager 2007, the AssemblyNameType simple type lists the full name of the assembly.

<xs:simpleType name="AssemblyNameType">
	<xs:restriction
		base="string"
	>
		<xs:minLength
			value="1"
		 />
	</xs:restriction>
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.