cbrn:SpectrumPeak
A set of spectrum peak analysis results information for a single peak.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:SpectrumPeakType
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:SpectrumPeakEnergyValue [1..1]A value for the measured energy of a spectrum peak, in keV.
- cbrn:SpectrumPeakExpectedEnergyValue [0..1]A value for the expected energy of a spectrum peak, in keV.
- cbrn:SpectrumPeakFWHMValue [0..1]A value for the measured FWHM of a spectrum peak, in keV.
- cbrn:SpectrumPeakNetAreaValue [0..1]A value for the net number of counts in a peak; i.e., total counts minus continuum counts. No other adjustment (e.g., environmental background subtraction), should be performed.
- cbrn:SpectrumPeakNetAreaUncertaintyValue [0..1]A value for the 1-sigma absolute uncertainty in a spectrum peak's net area.
- cbrn:SpectrumPeakAugmentationPointAbstract [0..*]An augmentation point for cbrn:SpectrumPeakType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:SpectrumPeakAugmentationPoint
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
Sample instance
<cbrn:SpectrumPeak> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:SpectrumPeakEnergyValue cbrn:unitsText="token">1.0</cbrn:SpectrumPeakEnergyValue> <cbrn:SpectrumPeakExpectedEnergyValue cbrn:unitsText="token">1.0</cbrn:SpectrumPeakExpectedEnergyValue> <cbrn:SpectrumPeakFWHMValue cbrn:unitsText="token">1.0</cbrn:SpectrumPeakFWHMValue> <cbrn:SpectrumPeakNetAreaValue>1.0</cbrn:SpectrumPeakNetAreaValue> <cbrn:SpectrumPeakNetAreaUncertaintyValue>1.0</cbrn:SpectrumPeakNetAreaUncertaintyValue> <cbrn:SpectrumPeakAugmentationPoint>any content</cbrn:SpectrumPeakAugmentationPoint> </cbrn:SpectrumPeak>