cbrn:ExposureRateType
complexType ExposureRateType in namespace http://release.niem.gov/niem/domains/cbrn/4.1/
Definition
A data type for radiation exposure rate data.
Diagram
XML Schema
<xs:complexType name="ExposureRateType">
<xs:annotation>
<xs:documentation>
A data type for radiation exposure rate data.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:ExposureRateValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:ExposureRateLevelDescriptionText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorInformation" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadRawExposureRate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ExposureRateAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>