jdf:SignalEvents

Complex Type Information

Model

Attributes

Source

<xs:complexType name="SignalEvents" mixed="false">
  <xs:annotation>
    <xs:appinfo>
      <Version Path="." Last="1.4"/>
      <Constraint Path="NotificationFilter" minOccurs="0" maxOccurs="1"/>
      <Constraint Path="NotificationDef" minOccurs="0" maxOccurs="unbounded"/>
      <Constraint Path="Notification" minOccurs="0" maxOccurs="1"/>
      <Constraint Path="Trigger" minOccurs="0" maxOccurs="1"/>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="jdf:JMFAbstractSignal_">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="jdf:GenericElements" minOccurs="0"/>
        <xs:element ref="jdf:NotificationFilter" minOccurs="0"/>
        <xs:element ref="jdf:NotificationDef" minOccurs="0"/>
        <xs:element name="Notification" type="jdf:NotificationAudit" minOccurs="0"/>
        <xs:element name="Trigger" type="jdf:TriggerElement_m" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>