cbrn:DetectionEventAnalysisResult
Provides the results of analysis of the data produced by an encounter device. Note: there may be multiple analyses of the same data based on applying different analysis methods/algorithms.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:DetectionEventAnalysisResultsType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:RefAlarmID [0..*] Identifier of a set of alarm data. There is no required format for the ID value.
- cbrn:ThreatDescriptionText [0..*] Description of the threat determined by the analysis of the data collected in a detection event.
- cbrn:ThreatLevelDeterminationCode [0..*] Threat level based on findings during an inspection.
- cbrn:AnalysisStartDateTime [0..*] Date/time when analysis of a detection event started.
- cbrn:AnalysisEndDateTime [0..*] Date/time when analysis of a detection event ended.
- cbrn:AnalysisOrgCode [0..*] Organization that performed a detection event analysis.
- nc:OrganizationName [0..*] A name of an organization.
- cbrn:AnalysisAlgorithm [0..*] Algorithm used in the analysis of the encounter device data to produce an analysis results.
- cbrn:NuclideIdentification [0..*] Nuclide identified by the analysis of encounter device data.
- cbrn:PhotopeakData [0..*] Photopeak data resulting from analysis of a gamma ray spectrum.
- cbrn:TemplateRankingData [0..*] Ranking of candidate nuclides as the nuclides in a spectrum, but not included in the list of identified nuclides.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
Sample instance
<cbrn:DetectionEventAnalysisResult> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RefAlarmID>string</cbrn:RefAlarmID> <cbrn:ThreatDescriptionText>string</cbrn:ThreatDescriptionText> <cbrn:ThreatLevelDeterminationCode>Low</cbrn:ThreatLevelDeterminationCode> <cbrn:AnalysisStartDateTime>2000-01-01T12:00:00</cbrn:AnalysisStartDateTime> <cbrn:AnalysisEndDateTime>2000-01-01T12:00:00</cbrn:AnalysisEndDateTime> <cbrn:AnalysisOrgCode>JHU/APL</cbrn:AnalysisOrgCode> <nc:OrganizationName>string</nc:OrganizationName> <cbrn:AnalysisAlgorithm> <cbrn:AlgorithmName>string</cbrn:AlgorithmName> <cbrn:AlgorithmVersion> <cbrn:VersionKindCode>unk</cbrn:VersionKindCode> <cbrn:AlgorithmImplementationVersionID>string</cbrn:AlgorithmImplementationVersionID> <cbrn:AlgorithmVersionReleaseDate>2000-01-01</cbrn:AlgorithmVersionReleaseDate> <cbrn:AlgorithmVersionDescriptionText>string</cbrn:AlgorithmVersionDescriptionText> </cbrn:AlgorithmVersion> <cbrn:AlgorithmDescriptionText>string</cbrn:AlgorithmDescriptionText> <cbrn:AlgorithmCreatorName>string</cbrn:AlgorithmCreatorName> </cbrn:AnalysisAlgorithm> <cbrn:NuclideIdentification> <cbrn:Nuclide> <cbrn:NuclideCode>Th-227</cbrn:NuclideCode> </cbrn:Nuclide> <cbrn:NuclideCategoryCode>Industrial</cbrn:NuclideCategoryCode> <cbrn:NuclideActivityValue>1.0 1.0</cbrn:NuclideActivityValue> <cbrn:NuclideIdConfidence> <cbrn:ConfidenceCode>High</cbrn:ConfidenceCode> </cbrn:NuclideIdConfidence> <cbrn:NuclideEstimatedPosition> <cbrn:RemarkText>string</cbrn:RemarkText> <nc:LengthUnitCode>HMT</nc:LengthUnitCode> <cbrn:RelativePositionOriginText>string</cbrn:RelativePositionOriginText> <cbrn:OffsetXValue>1.0</cbrn:OffsetXValue> <cbrn:OffsetYValue>1.0</cbrn:OffsetYValue> <cbrn:OffsetZValue>1.0</cbrn:OffsetZValue> </cbrn:NuclideEstimatedPosition> <cbrn:NuclideEstimatedShielding> <cbrn:AtomicNumberValue>1</cbrn:AtomicNumberValue> <cbrn:ArealDensityValue>1.0</cbrn:ArealDensityValue> </cbrn:NuclideEstimatedShielding> </cbrn:NuclideIdentification> <cbrn:PhotopeakData> <cbrn:PhotopeakLibraryName>string</cbrn:PhotopeakLibraryName> <cbrn:PhotopeakEnergyValue>1.0</cbrn:PhotopeakEnergyValue> <cbrn:PhotopeakNuclide> <cbrn:NuclideCode>Th-227</cbrn:NuclideCode> <cbrn:PhotopeakIntensityValue>1.0</cbrn:PhotopeakIntensityValue> </cbrn:PhotopeakNuclide> <cbrn:PhotopeakNetAreaValue>1.0 1.0</cbrn:PhotopeakNetAreaValue> <cbrn:PhotopeakResolutionValue>1.0</cbrn:PhotopeakResolutionValue> <cbrn:PhotopeakContinuumValue>1</cbrn:PhotopeakContinuumValue> <cbrn:PhotopeakSigmaValue>1.0</cbrn:PhotopeakSigmaValue> </cbrn:PhotopeakData> <cbrn:TemplateRankingData> <cbrn:TemplateLibraryName>string</cbrn:TemplateLibraryName> <cbrn:TemplateRankedNuclide> <cbrn:NuclideCode>Th-227</cbrn:NuclideCode> <cbrn:NuclideIdConfidence>... </cbrn:NuclideIdConfidence> </cbrn:TemplateRankedNuclide> </cbrn:TemplateRankingData> </cbrn:DetectionEventAnalysisResult>