DefinedPlatformNamesType 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 DefinedPlatformNamesType simple type identifies the defined platforms for the DCM digest.
<xs:simpleType name="DefinedPlatformNamesType">
<xs:restriction
base="string"
>
<xs:enumeration
value="Win NT"
/>
</xs:restriction>
</xs:simpleType>
Enumeration
The following value is defined by the DefinedPlatformNamesType simple type:
Value | Description |
---|---|
Win NT |
Windows NT operating system. |
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items
DcmDigest Schema Simple Types