taskType 복합 형식
Task 요소에 대한 자식 요소 및 시퀀싱 정보를 정의합니다.
<xs:complexType name="taskType">
<xs:all>
<xs:element name="RegistrationInfo"
type="registrationInfoType"
minOccurs="0"
/>
<xs:element name="Triggers"
type="triggersType"
minOccurs="0"
/>
<xs:element name="Settings"
type="settingsType"
minOccurs="0"
/>
<xs:element name="Data"
type="dataType"
minOccurs="0"
/>
<xs:element name="Principals"
type="principalsType"
minOccurs="0"
/>
<xs:element name="Actions"
type="actionsType"
/>
</xs:all>
<xs:attribute name="version"
type="versionType"
use="optional"
fixed="1.3"
/>
</xs:complexType>
자식 요소
특성
요구 사항
요구 사항 |
값 |
지원되는 최소 클라이언트
|
Windows Vista [데스크톱 앱만 해당]
|
지원되는 최소 서버
|
Windows Server 2008 [데스크톱 앱만 해당]
|
추가 정보
-
작업 스케줄러 스키마 복합 형식
-
작업 Scheduler