cbrn:GrossCountAnalysisResultsType

complexType GrossCountAnalysisResultsType in namespace http://release.niem.gov/niem/domains/cbrn/5.0/

Definition

A data type to provide information on the results of analysis of radiation gross count data.

Diagram

XML Schema

<xs:complexType name="GrossCountAnalysisResultsType">
<xs:annotation>
<xs:documentation>
A data type to provide information on the results of analysis of radiation gross count data.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:AverageCountRateValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:AverageCountRateUncertaintyValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:MaximumCountRateValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:MinimumCountRateValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:TotalCountsValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:BackgroundCountRateValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:BackgroundCountRateUncertaintyValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:SourcePosition" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:GrossCountAnalysisResultsAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>