xtce:ParameterRef

Names a parameter that upon change will start the execution of the algorithm.  Holds a parameter reference name for a parameter that when it changes, will cause this algorithm to be executed.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
parameterRef xtce:NameReferenceType required
triggerName string optional

Source

<element name="ParameterRef" minOccurs="0">
  <annotation>
    <documentation>Names a parameter that upon change will start the execution of the algorithm. Holds a parameter reference name for a parameter that when it changes, will cause this algorithm to be executed.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="xtce:ParameterRefType">
        <attribute name="triggerName" type="string"/>
      </extension>
    </simpleContent>
  </complexType>
</element>

Sample