eventLog Schema
ActionParams Element
eventLog Schema : ActionParams Element

Glossary Item Box

Description

A collection of ActionParam elements.
Namespace (none)

Diagram

ActionParam Element Sequence ActionParams Element

Overview

ActionParams
A collection of ActionParam elements.
Sequence
ActionParam 1..∞
The arguments to the action that triggered the event.

Source

<xs:element name="ActionParams" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
          A collection of ActionParam elements.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ActionParam" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also