cbrn:RadInstrumentStateType
complexType RadInstrumentStateType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for the state of a radiation instrument used in collecting the measurement data.
Diagram
XML Schema
<xs:complexType name="RadInstrumentStateType">
<xs:annotation>
<xs:documentation>
A data type for the state of a radiation instrument used in collecting the measurement data.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:RadInstrumentOperatingModeCode" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadInstrumentModeDescriptionText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:StateVector" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:Fault" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadInstrumentCharacteristics" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadInstrumentInformation" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadInstrumentStateAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>