cbrn:RadInstrumentInformationType

complexType RadInstrumentInformationType in namespace http://release.niem.gov/niem/domains/cbrn/5.0/

Definition

A data type that provides information regarding a radiation detection instrument.

Diagram

XML Schema

<xs:complexType name="RadInstrumentInformationType">
<xs:annotation>
<xs:documentation>
A data type that provides information regarding a radiation detection instrument.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:RadInstrumentManufacturerName" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RadInstrumentID" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadInstrumentModelName" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RadInstrumentDescriptionText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadInstrumentClassCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RadInstrumentVersion" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadInstrumentQualityControl" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadInstrumentCharacteristics" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadInstrumentInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>