Differences

This shows you the differences between two versions of the page.

Link to this comparison view

valueassessment [2014/09/16 14:26] (current)
Line 1: Line 1:
 +===== The <valueAssessment> Element =====
 +==== Definition and Usage ====
 +
 +The [[valueassessment|<valueAssessment>]] element is used to define a value to be compared
 +against other variable values specified by [[attributeassessment|<attributeAssessment>]]
 +elements.
 +
 +The [[valueassessment|<valueAssessment>]] element has a value attribute that may assume an
 +event state value ("occurring", "paused", or "sleeping"), or any value to be
 +compared with a node property or event attribute ("occurrences" or
 +"repetition").
 +
 +==== Syntax ====
 +^ Element ^ Attributes ^ Content ^ Parent ^
 +| [[valueassessment|<valueAssessment>]] | __//value//__ | -- | [[assessmentstatement|<assessmentStatement>]] |
 +==== Attributes ====
 +
 +^ Name ^ Value ^ Description ^
 +| //value// | <html><p></html>String.<html></p></html><html><p></html>It can be an event state value ("occurring", "paused", or "sleeping"), or any value to be compared with a node property or event attribute ("occurrences" or "repetition").<html></p></html> | The //value// attribute defines a value to be compared in [[assessmentstatement|<assessmentStatement>]] elements. |
 +
 +
 +
  
Back to top