cbrn:DetectionEventDeviceCalibrationData
Provides calibration data for a device.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:RadEncounterDeviceCalibrationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:CalibrationID [0..*] Locally scoped identifier of a calibration. There is no required format for the ID value.
- 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:CalibrationCreationDateTime [0..*] Date/time of a calibration's creation (ISO 8601 UTC format)
- cbrn:CalibrationNuclide [0..*] Identification of a nuclide source used in a calibration.
- cbrn:Equation [0..*] The equation governing a calibration and its coefficients.
- cbrn:ArrayXY [0..*] Calibration data as ordinal pairs.
- cbrn:VoltageAppliedValue [0..*] The value of the voltage applied to the detector during a calibration measurement. Units are volts.
Attributes
Used in
- Type cbrn:DetectionEventDeviceDataType (Element cbrn:DetectionEventDeviceData)
Sample instance
<cbrn:DetectionEventDeviceCalibrationData> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:CalibrationID>string</cbrn:CalibrationID> <cbrn:DetectorDesignatorText>string</cbrn:DetectorDesignatorText> <cbrn:DetectorKindText>string</cbrn:DetectorKindText> <cbrn:CalibrationCreationDateTime>2000-01-01T12:00:00</cbrn:CalibrationCreationDateTime> <cbrn:CalibrationNuclide> <cbrn:NuclideCode>Th-227</cbrn:NuclideCode> <cbrn:NuclideSourceID>string</cbrn:NuclideSourceID> </cbrn:CalibrationNuclide> <cbrn:Equation> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:EquationCoefficients>1.0 1.0</cbrn:EquationCoefficients> <cbrn:EquationCovarianceMatrix>1.0 1.0</cbrn:EquationCovarianceMatrix> <cbrn:EquationKindCode>PolyLogarithmic</cbrn:EquationKindCode> <cbrn:EquationDescriptionText>string</cbrn:EquationDescriptionText> <cbrn:UpperLimitValue>1.0</cbrn:UpperLimitValue> <cbrn:LowerLimitValue>1.0</cbrn:LowerLimitValue> </cbrn:Equation> <cbrn:ArrayXY> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:PointXY> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:XValue>1.0 1.0</cbrn:XValue> <cbrn:YValue>1.0 1.0</cbrn:YValue> </cbrn:PointXY> <cbrn:XDescriptionText>string</cbrn:XDescriptionText> <cbrn:YDescriptionText>string</cbrn:YDescriptionText> </cbrn:ArrayXY> <cbrn:VoltageAppliedValue>1</cbrn:VoltageAppliedValue> </cbrn:DetectionEventDeviceCalibrationData>