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
Send comments about this topic to Microsoft.