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