cbrn:EnergyWindowsType
complexType EnergyWindowsType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for identifying a set of energy window boundaries for gross counting radiation detector calibration.
Diagram
XML Schema
<xs:complexType name="EnergyWindowsType">
<xs:annotation>
<xs:documentation>
A data type for identifying a set of energy window boundaries for gross counting radiation detector calibration.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:WindowStartEnergyValueList" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:WindowEndEnergyValueList" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:EnergyWindowsAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>