eventLog Schema
DescriptionParams Element
eventLog Schema : DescriptionParams Element

Glossary Item Box

Description

A collection of DescriptionParams elements.
Namespace (none)

Diagram

DescriptionParam Element Sequence DescriptionParams Element

Overview

DescriptionParams
A collection of DescriptionParams elements.
Sequence
DescriptionParam 1..∞
An element of the description of the action or event.

Source

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

See Also