cbrn:ExposureAnalysisResultsType
complexType ExposureAnalysisResultsType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/
Definition
A data type to provide information on the results of analysis of radiation exposure data.
Diagram
XML Schema
<xs:complexType name="ExposureAnalysisResultsType">
<xs:annotation>
<xs:documentation>
A data type to provide information on the results of analysis of radiation exposure data.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:AverageExposureRateValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:AverageExposureRateUncertaintyValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:MaximumExposureRateValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:MinimumExposureRateValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:BackgroundExposureRateValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:BackgroundExposureRateUncertaintyValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:TotalExposureValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:SourcePosition" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:ExposureAnalysisResultsAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>