tPick

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

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace' , targets{0,1} , sources{0,1} , onMessage+ , onAlarm*

Attributes

QName Type Fixed Default Use Inheritable Annotation
createInstance tBoolean no optional
name xsd:NCName optional
suppressJoinFailure tBoolean optional
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'

Used By

Element pick

Source

<xsd:complexType name="tPick">
  <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 event handlers.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="tActivity">
      <xsd:sequence>
        <xsd:element ref="onMessage" minOccurs="1" maxOccurs="unbounded"/>
        <xsd:element name="onAlarm" type="tOnAlarmPick" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="createInstance" type="tBoolean" default="no"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>