Share via


registrationInfoType 복합 형식

RegistrationInfo 요소에 대한 자식 요소 및 시퀀싱 정보를 정의합니다.

<xs:complexType name="registrationInfoType">
    <xs:all>
        <xs:element name="URI"
            type="anyURI"
            minOccurs="0"
         />
        <xs:element name="SecurityDescriptor"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Source"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Date"
            type="dateTime"
            minOccurs="0"
         />
        <xs:element name="Author"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Version"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Description"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Documentation"
            type="string"
            minOccurs="0"
         />
    </xs:all>
</xs:complexType>

자식 요소

요소 Type Description
작성자 문자열 작업의 작성자를 지정합니다.
Date dateTime 작업이 등록된 날짜와 시간을 지정합니다.
설명 문자열 작업에 대한 설명을 지정합니다.
문서 문자열 작업에 대한 추가 설명서를 지정합니다.
SecurityDescriptor 문자열 작업의 보안 설명자를 지정합니다.
원본 문자열 작업이 시작된 위치를 지정합니다. 예를 들어 구성 요소, 서비스, 애플리케이션 또는 사용자에서.
URI anyURI 작업의 URI를 지정합니다.
버전 문자열 작업의 버전 번호를 지정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]

추가 정보

작업 스케줄러 스키마 복합 형식

작업 Scheduler