cbrn:DetectionEventAssessmentData
Provides assessment information produced by analysis of data collected during a Detection Event. This data may be produced by automated analysis by the device if it has this capability, or human operator input.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:DetectionEventAssessmentType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:DetectionEventAssessmentID [0..*] An identifier for a detection event assessment. There is no required format for the ID value.
- cbrn:DetectionEventAlarmData [0..*] Provides data on alarm(s) resulting from analysis of the data produced by an encounter device.
- cbrn:DetectionEventAnalyzedMeasurementData [0..*] Identifies the processed measurement data on which an assessment was performed.
- cbrn:DetectionEventAnalysisResult [0..*] 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.
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
- Type cbrn:DetectionEventType (Element cbrn:DetectionEvent)
Sample instance
<cbrn:DetectionEventAssessmentData> <cbrn:DetectionEventAssessmentID>string</cbrn:DetectionEventAssessmentID> <cbrn:DetectionEventAlarmData> <cbrn:AlarmDescriptionText>string</cbrn:AlarmDescriptionText> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:AlarmID>string</cbrn:AlarmID> <cbrn:AlarmDateTime>2000-01-01T12:00:00</cbrn:AlarmDateTime> <cbrn:RadAlarmLightCode>Yellow</cbrn:RadAlarmLightCode> <cbrn:AlarmAudibleIndicator>true</cbrn:AlarmAudibleIndicator> <cbrn:AlarmDescriptionCode>Runner</cbrn:AlarmDescriptionCode> <cbrn:RadAlarmKindCode>Gamma</cbrn:RadAlarmKindCode> <cbrn:AlarmDuration>P1Y2M3DT10H</cbrn:AlarmDuration> <cbrn:RadAlarmSignalStrengthValue>1.0</cbrn:RadAlarmSignalStrengthValue> <cbrn:DetectorDesignatorText>string</cbrn:DetectorDesignatorText> <cbrn:InspectionActivityCode>Other</cbrn:InspectionActivityCode> <cbrn:AlarmAcknowledgementCode>Neutron</cbrn:AlarmAcknowledgementCode> </cbrn:DetectionEventAlarmData> <cbrn:DetectionEventAnalyzedMeasurementData> <cbrn:RemarkText>string</cbrn:RemarkText> </cbrn:DetectionEventAnalyzedMeasurementData> <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:AlgorithmVersion> <cbrn:AlgorithmDescriptionText>string</cbrn:AlgorithmDescriptionText> <cbrn:AlgorithmCreatorName>string</cbrn:AlgorithmCreatorName> </cbrn:AnalysisAlgorithm> <cbrn:NuclideIdentification> <cbrn:Nuclide>... </cbrn:Nuclide> <cbrn:NuclideCategoryCode>Industrial</cbrn:NuclideCategoryCode> <cbrn:NuclideActivityValue>1.0 1.0</cbrn:NuclideActivityValue> <cbrn:NuclideIdConfidence>... </cbrn:NuclideIdConfidence> <cbrn:NuclideEstimatedPosition>... </cbrn:NuclideEstimatedPosition> <cbrn:NuclideEstimatedShielding>... </cbrn:NuclideEstimatedShielding> </cbrn:NuclideIdentification> <cbrn:PhotopeakData> <cbrn:PhotopeakLibraryName>string</cbrn:PhotopeakLibraryName> <cbrn:PhotopeakEnergyValue>1.0</cbrn:PhotopeakEnergyValue> <cbrn:PhotopeakNuclide>... </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:TemplateRankedNuclide> </cbrn:TemplateRankingData> </cbrn:DetectionEventAnalysisResult> </cbrn:DetectionEventAssessmentData>