eventLog Schema
EventLogConfiguration Element
eventLog Schema : EventLogConfiguration Element

Glossary Item Box

Description

The definition of an event notification.
Namespace (none)

Diagram

DescriptionParams Element ContextParams Element ActionParams Element TemplateName Element Sequence EventLogConfiguration Element

Overview

EventLogConfiguration
The definition of an event notification.
Sequence
TemplateName
The name of the template for reports of this type of event.
ActionParams
A collection of ActionParam elements.
ContextParams
A collection of ContextParam elements.
DescriptionParams
A collection of DescriptionParams elements.

Source

<xs:element name="EventLogConfiguration" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
          The definition of an event notification.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="TemplateName" />
      <xs:element ref="ActionParams" />
      <xs:element ref="ContextParams" />
      <xs:element ref="DescriptionParams" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also