Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.74 KB

eventmanifestschema-templatelisttype-complextype.md

File metadata and controls

62 lines (38 loc) · 1.74 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
TemplateListType Complex Type
Defines a list of templates that specify the data to include with the events. | TemplateListType Complex Type
7f676746-6773-4ae2-8330-60d432c29e3a
TemplateListType complex type EventLog
apiref
TemplateListType
Schema
reference
05/31/2018

TemplateListType Complex Type

Defines a list of templates that specify the data to include with the events.

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

Child elements

Element Type Description
template TemplateItemType A template that defines the data to include with an event.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]