Extensions.DiagCom.ResultState

From emotive
Revision as of 10:55, 15 July 2014 by Js (talk | contribs)
Jump to navigation Jump to search

Classification

Name ResultState
Short Description State of Result
Class Simple Data Type
Base Data Type -
Default Value Empty
Provide a Literal No
SpecifiedBy ISO 13209-3
Standard Compliant Yes

Description

ResultState is an enumeration type describing the state of a Result.

The list of allowed enumeration values is defined as follows:

  • ALL_FAILED
  • ALL_INVALID
  • ALL_NEGATIVE
  • ALL_POSITIVE
  • FAILED
  • INVALID
  • NEGATIVE
  • POSITIVE

ResultState have the following semantic:

  • <init> : ResultStateLiteral [0..1]
    This optional element stands for the hard-coded initialisation value of the identifier at declaration time.
    • value : ResultStates={ALL_FAILED|ALL_INVALID|ALL_NEGATIVE|ALL_POSITIVE|FAILED|INVALID|NEGATIVE|POSITIVE} [1]
      This attribute contain one of the values defined in the ResultStates enumeration.