Extensions.DiagCom.ResultState

From emotive
Revision as of 04:34, 14 July 2014 by Nb (talk | contribs) (Created page with "{{DISPLAYTITLE:Data Type '''ResultState'''}} == Classification == {{ClassificationDataType | ResultState | State of Result | Enumeration Data Type | Simple Data Type...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name ResultState
Short Description State of Result
Class Enumeration Data Type
Base Data Type Simple 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.