Udostępnij przez


versionType Simple Type (typ prosty versionType)

Definiuje wzorzec określający wersję zadania.

<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}

    Liczba, po której następuje jedna, dwie lub trzy liczby; liczby są oddzielone kropkami. Na przykład 1.2, 1.2.3 lub 9.87.65.432.

Requirements

Requirement Value
Minimalny obsługiwany klient
Windows Vista [tylko aplikacje klasyczne]
Minimalny obsługiwany serwer
Windows Server 2008 [tylko aplikacje klasyczne]