cbrn:RadMeasurementType

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

Definition

A data type for a set of radiation measurements that were taken in the same time period.

Diagram

XML Schema

<xs:complexType name="RadMeasurementType">
<xs:annotation>
<xs:documentation>
A data type for a set of radiation measurements that were taken in the same time period.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:MeasurementClassCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:StartDateTime" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RealTimeDuration" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:Spectrum" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:GrossCounts" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DoseRate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:TotalDoseNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ExposureRate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:TotalExposureNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadInstrumentState" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorState" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadItemState" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:OccupancyIndicator" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadMeasurementGroup" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadItemInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadMeasurementAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>