TemplateListType Complex Type
- Article
-
-
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
Requirements
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|