Share via


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 [デスクトップ アプリのみ]