cbrn:DetectionEventAlarmData
Provides data on alarm(s) resulting from analysis of the data produced by an encounter device.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:DetectionEventAlarmDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:AlarmDescriptionText [0..*] Text description of the nature of the threat annunciated by an alarm.
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:AlarmID [0..*] Identifier of a set of alarm data. There is no required format for the ID value.
- cbrn:AlarmDateTime [0..*] DateTime the alarm was recorded or cancelled.
- cbrn:RadAlarmLightCode [0..*] The alarm light color, if the alarm is annunciated by lights.
- cbrn:AlarmAudibleIndicator [0..*] True if the alarm was annunciated by sound. False otherwise. This element should not be used if the device does not have an audible alarm capability.
- cbrn:AlarmDescriptionCode [0..*] Description of the nature of the threat annunciated by an alarm.
- cbrn:RadAlarmKindCode [0..*] Description of a kind of radiation alarm.
- cbrn:AlarmDuration [0..*] Duration of the alarm in ISO 8601 format.
- cbrn:RadAlarmSignalStrengthValue [0..*] The highest signal index value produced by the device during an alarm state.
- cbrn:DetectorDesignatorText [0..*] A description of the detector used to produce a measurement. Must use naming convention defined in the relevant specification document.
- cbrn:InspectionActivityCode [0..*] Description the inspection activity during which a radiation detection alarm may occur.
- cbrn:AlarmAcknowledgementCode [0..*] Description of a kind of alarm acknowledgement.
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 | |
cbrn:convergenceDuration | [0..1] | xsd:duration |
Used in
Sample instance
<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>