cbrn:EnergyCalibrationType

complexType EnergyCalibrationType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type for an energy calibration.

Diagram

XML Schema

<xs:complexType name="EnergyCalibrationType">
<xs:annotation>
<xs:documentation>
A data type for an energy calibration.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:CoefficientOrBoundaryValuesChoiceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:EnergyValueList" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:EnergyDeviationValueList" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:CalibrationDateTime" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:EnergyCalibrationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>