tEventHandlers

XSD Authors: The child element onAlarm needs to be a Local Element Declaration, 
because there is another onAlarm element defined for the pick activity.

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace' , onEvent* , onAlarm*

Attributes

Used By

Element eventHandlers

Source

<xsd:complexType name="tEventHandlers">
  <xsd:annotation>
    <xsd:documentation>XSD Authors: The child element onAlarm needs to be a Local Element Declaration, because there is another onAlarm element defined for the pick activity.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="tExtensibleElements">
      <xsd:sequence>
        <xsd:element ref="onEvent" minOccurs="0" maxOccurs="unbounded"/>
        <xsd:element name="onAlarm" type="tOnAlarmEvent" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>