Share via


TemplateListType 複雜類型

定義範本清單,指定要包含在事件中的資料。

<xs:complexType name="TemplateListType">
    <xs:sequence>
        <xs:element name="template"
            type="TemplateItemType"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
</xs:complexType>

子元素

元素 類型 描述
範本 TemplateItemType 範本,定義要包含在事件中的資料。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]