cbrn:FWHMCalibrationType

complexType FWHMCalibrationType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/

Definition

A data type for a FWHM calibration.

Diagram

XML Schema

<xs:complexType name="FWHMCalibrationType">
<xs:annotation>
<xs:documentation>
A data type for a FWHM calibration.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:EnergyValueList" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:FWHMValueList" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:FWHMUncertaintyValueList" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:CalibrationDateTime" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:FWHMCalibrationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>