cbrncl:AnalysisResultStatusCodeSimpleType

simpleType AnalysisResultStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.0/

Definition

A data type for status states of the analysis of a measurement or measurement group.

Diagram

Enumerations

ValueDefinition
FailureThe analysis was not successfully completed.
SuccessThe analysis was successfully completed.

XML Schema

<xs:simpleType name="AnalysisResultStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for status states of the analysis of a measurement or measurement group.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Failure">
<xs:annotation>
<xs:documentation>
The analysis was not successfully completed.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Success">
<xs:annotation>
<xs:documentation>
The analysis was successfully completed.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>