KeywordListType 복합 형식
이벤트를 분류하는 키워드 목록을 정의합니다.
<xs:complexType name="KeywordListType">
<xs:sequence>
<xs:element name="keyword"
type="KeywordType"
minOccurs="0"
maxOccurs="unbounded"
/>
</xs:sequence>
</xs:complexType>
자식 요소
요소 | Type | Description |
---|---|---|
키워드(keyword) | KeywordType | 이벤트 범주를 식별하는 키워드(keyword) 정의합니다. 최대 48개의 키워드를 지정할 수 있습니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |