tml:cfTrigger

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional
short descriptive name of element
uid xs:anyURI optional
unique ID for this element
uidRef xs:anyURI optional
the contents of this element are exactly the same as the contents of the uidRef element. no need repeating it. (similar to xlink)

Source

<xs:element name="cfTrigger" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="trigType" type="tml:BindType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Allowed Values: private, privateOnDataRecipt, privateOnInputTrig, pvtOnChgOutput. publicOnTrigReciept. public trigger: controllable by external commands. private trigger: uncontrollable by external commands. Virtual trig sensor puts sysClk time in data tag. If public a bindUid is made available. default trigger is privatePeriodic.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="publicTrigger" type="tml:BindType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>if trigger is public then this identifies the uidRef of trigger source (command). Whenever a data cluster is sent to this UID or to the uid of a process that is bound to this uid then this transducer or process cycle will trigger. The bindUid enables late binding of the trigger source</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="period" type="tml:ValueType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>if private trigger is periodic then, trigger period in seconds</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="tml:uid_uidRef"/>
  </xs:complexType>
</xs:element>

Sample