PlatformMaxVersionType 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 PlatformMaxVersionType simple type, in Configuration Manager, represents the maximum version for the platform.

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

Patterns

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

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

See Also

Concepts

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