PlatformMinVersionType 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

The PlatformMinVersionType simple type, in Configuration Manager, represents the minimum version for the platform.

<xs:simpleType name="PlatformMinVersionType">
    <xs:restriction
        base="string"
    >
        <xs:pattern
            value="[1-9]\.[0-9]{2}\.[0-9]{4}\.[0-9]"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

The PlatformMinVersionType simple type is a string that is restricted by the following pattern:

[1-9]\.[0-9]{2}\.[0-9]{4}\.[0-9]

See Also

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items
DcmDigest Schema Simple Types