cbrn:RadAlarm
A set of data for a radiation alarm that was issued based on the measurement(s) collected on a measured item(s).
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:RadAlarmType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:RemarkText [0..*]A placeholder for comments intended to help the consumer of the data to understand better the information encapsulated by the parent element.
- cbrn:RemarksComplexObjectAugmentationPointAbstract [0..*]An augmentation point for cbrn:RemarksComplexObjectType.
- cbrn:RadAlarmDateTime [0..1]A date and time of an alarm.
- cbrn:RadAlarmCategoryCode [1..1]A category of radiation alarm (e.g., Neutron).
- cbrn:RadAlarmDescriptionText [0..1]A free-form description of the radiation alarm.
- cbrn:AlarmAudibleIndicator [0..1]True if an audible alarm was announced; false otherwise. An indicator if an audible alarm was annunciated.
- cbrn:RadAlarmLightColorText [0..1]A free-form text describing the color of the light (if any) annunciating an alarm.
- cbrn:RadAlarmEnergyWindowIndexValueList [0..1]A list of one or more indices (If applicable) that indicate the position(s) of the value(s) in the WindowStartEnergyValues and WindowEndEnergyValues that triggered an alarm(s).
- cbrn:RadDetectorInformation [0..*]A set of information regarding a radiation detector.
- cbrn:RadAlarmAugmentationPointAbstract [0..*]An augmentation point for cbrn:RadAlarmType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:RadAlarmAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type cbrn:AnalysisResultsType (Element cbrn:AnalysisResults)
Sample instance
<cbrn:RadAlarm> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:RadAlarmDateTime>2000-01-01T12:00:00</cbrn:RadAlarmDateTime> <cbrn:RadAlarmCategoryCode>Alpha</cbrn:RadAlarmCategoryCode> <cbrn:RadAlarmDescriptionText>string</cbrn:RadAlarmDescriptionText> <cbrn:AlarmAudibleIndicator>true</cbrn:AlarmAudibleIndicator> <cbrn:RadAlarmLightColorText>token</cbrn:RadAlarmLightColorText> <cbrn:RadAlarmEnergyWindowIndexValueList>1 1</cbrn:RadAlarmEnergyWindowIndexValueList> <cbrn:RadDetectorInformation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:RadDetectorName>string</cbrn:RadDetectorName> <cbrn:RadDetectorCategoryCode>Alpha</cbrn:RadDetectorCategoryCode> <cbrn:RadDetectorKindCode>BF3</cbrn:RadDetectorKindCode> <cbrn:RadDetectorDescriptionText>string</cbrn:RadDetectorDescriptionText> <cbrn:RadDetectorLengthValue cbrn:unitsText="token">1.0</cbrn:RadDetectorLengthValue> <cbrn:RadDetectorWidthValue cbrn:unitsText="token">1.0</cbrn:RadDetectorWidthValue> <cbrn:RadDetectorDepthValue cbrn:unitsText="token">1.0</cbrn:RadDetectorDepthValue> <cbrn:RadDetectorDiameterValue cbrn:unitsText="token">1.0</cbrn:RadDetectorDiameterValue> <cbrn:RadDetectorVolumeValue cbrn:unitsText="token">1.0</cbrn:RadDetectorVolumeValue> <cbrn:RadDetectorCharacteristics> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:CharacteristicGroup cbrn:groupOutOfLimitsIndicator="true">... </cbrn:CharacteristicGroup> <cbrn:CharacteristicsAugmentationPoint>any content</cbrn:CharacteristicsAugmentationPoint> </cbrn:RadDetectorCharacteristics> <cbrn:RadDetectorInformationAugmentationPoint>any content</cbrn:RadDetectorInformationAugmentationPoint> </cbrn:RadDetectorInformation> <cbrn:RadAlarmAugmentationPoint>any content</cbrn:RadAlarmAugmentationPoint> </cbrn:RadAlarm>