cbrncl:AnalysisResultStatusCodeSimpleType
simpleType AnalysisResultStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for status states of the analysis of a measurement or measurement group.
Diagram
Enumerations
Value | Definition |
Failure | The analysis was not successfully completed. |
Success | The 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:restriction base="xs:token">
<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>