Documentation for XCEDE2

Complex Type: eventParams_t

[Table of contents]

Super-types: None
Sub-types: None
Name eventParams_t
Used by (from the same schema document) Complex Type events_t
Abstract no
Documentation These value elements apply to all events in the parent event list.
XML Instance Representation
<...>
<value> eventValue_t </value> [0..*]
</...>
Diagram
type_eventValue_t
Schema Component Representation
<xs:complexType name="eventParams_t">
<xs:sequence>
<xs:element name="value" type=" eventValue_t " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>