Difference between revisions of "Extensions.DiagCom.ResultState"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Data Type '''ResultState'''}} == Classification == {{ClassificationDataType | ResultState | State of Result | Enumeration Data Type | Simple Data Type...")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:Data Type '''ResultState'''}}
 
{{DISPLAYTITLE:Data Type '''ResultState'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationDataType | ResultState | State of [[Result]] | [[Enumeration Data Type]] | [[Simple Data Type]] | ResultStateLiteral }}
+
{{ClassificationDataType | ResultState | State of [[Result]] | [[Simple Data Type]] | - | ResultStateLiteral }}
  
 
== Description ==
 
== Description ==

Revision as of 07:00, 14 July 2014

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.