In Configuration Manager 2007, the DefinedPlatformsType simple type identifies defined platforms for the DCM digest.

<xs:simpleType name="DefinedPlatformsType">
	<xs:restriction
		base="string"
	>
		<xs:enumeration
			value="I386"
		 />
		<xs:enumeration
			value="IA64"
		 />
		<xs:enumeration
			value="x64"
		 />
	</xs:restriction>
</xs:simpleType>

Enumeration

The following values are defined by the DefinedPlatformsType simple type:

Value Description

I386

I386 32-bit microprocessor.

IA64

Itanium 64-bit microprocessor.

x64

X86-64 64-bit microprocessor.

See Also


Send comments about this topic to Microsoft.