eventLog Schema
ContextParams Element
eventLog Schema : ContextParams Element

Glossary Item Box

Description

A collection of ContextParam elements.
Namespace (none)

Diagram

ContextParam Element Sequence ContextParams Element

Overview

ContextParams
A collection of ContextParam elements.
Sequence
ContextParam 1..∞
An element of the state from which the action was called.

Source

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

See Also