cbrn:RadDetectorStateType

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

Definition

A data type for the state(s) of a radiation detector used in collecting the measurement data.

Diagram

XML Schema

<xs:complexType name="RadDetectorStateType">
<xs:annotation>
<xs:documentation>
A data type for the state(s) of a radiation detector used in collecting the measurement data.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:StateVector" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:Fault" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadDetectorCharacteristics" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadDetectorInformation" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorStateAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>