Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.12 KB

taskschedulerschema-versiontype-simpletype.md

File metadata and controls

60 lines (38 loc) · 1.12 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
versionType Simple Type
Defines a pattern that specifies a version of a task.
e9eebbc1-5465-4af6-8b97-f1fd5827442e
versionType simple type Task Scheduler
apiref
versionType
Schema
reference
05/31/2018

versionType Simple Type

Defines a pattern that specifies a version of a task.

<xs:simpleType name="versionType">
    <xs:restriction
        base="string"
    >
        <xs:pattern
            value="\d+(\.\d+){1,3}"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

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

  • \d+(\.\d+){1,3}

    A double followed by one, two, or three doubles. For example, 1.2, or 1.2.3.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]