cbrn:NuclideIDConfidenceValueType
complexType NuclideIDConfidenceValueType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type that indicates the confidence ranging from 0.0 to 100.0 percent, in the identification status of a nuclide, where increasing values indicate more certainty that the nuclide is present. The interpretation of this value is dependent on the characteristics of the nuclide identification algorithm.
Diagram
XML Schema
<xs:complexType name="NuclideIDConfidenceValueType">
<xs:annotation>
<xs:documentation>
A data type that indicates the confidence ranging from 0.0 to 100.0 percent, in the identification status of a nuclide, where increasing values indicate more certainty that the nuclide is present. The interpretation of this value is dependent on the characteristics of the nuclide identification algorithm.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:PercentSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>