cbrn:GrossCountData
The measurement data from a gross count-capable encounter device.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:GrossCountDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:DetectorDesignatorText [0..*] A description of the detector used to produce a measurement. Must use naming convention defined in the relevant specification document.
- cbrn:DetectorKindText [0..*] Identification of the detector that collected the measurement. Must use naming convention defined in the relevant specification document.
- cbrn:LiveTimeDuration [0..*] Effective time duration of a measurement in ISO 8601 format.
- cbrn:GrossCountQuantity [0..*] White space delimited list of gross count data, one value per sample.
- cbrn:BackgroundCountValues [0..*] A white space delimited list of background count values; can be one value for all samples, or a unique value for each sample.
- cbrn:RefItemSpectrumID [0..*] Identifier for the item spectrum measurement data associated with a gross count measurement.
- cbrn:MaximumSigmaValue [0..*] Maximum standard deviation of the gross count values compared to the background count values.
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:dataQualityCode | [0..1] | cbrncl:DataQualityCodeSimpleType | ||
cbrn:endEnergyValue | [0..1] | xsd:double | ||
cbrn:radEnergyUnitsCode | [0..1] | cbrncl:RadEnergyUnitsCodeSimpleType | ||
cbrn:startEnergyValue | [0..1] | xsd:double |
Used in
- Type cbrn:RadEncounterDeviceRawDataType (Element cbrn:RadEncounterDeviceRawData)
Sample instance
<cbrn:GrossCountData> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:DetectorDesignatorText>string</cbrn:DetectorDesignatorText> <cbrn:DetectorKindText>string</cbrn:DetectorKindText> <cbrn:LiveTimeDuration>P1Y2M3DT10H</cbrn:LiveTimeDuration> <cbrn:GrossCountQuantity>1 1</cbrn:GrossCountQuantity> <cbrn:BackgroundCountValues>1.0 1.0</cbrn:BackgroundCountValues> <cbrn:RefItemSpectrumID>string</cbrn:RefItemSpectrumID> <cbrn:MaximumSigmaValue>1.0</cbrn:MaximumSigmaValue> </cbrn:GrossCountData>