DefinedPlatformsType Simple Type
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items
DcmDigest Schema Simple Types