cbrn:RadInstrumentDataType

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

Definition

A data type for the output of a radiation detection instrument from a detection event.

Diagram

XML Schema

<xs:complexType name="RadInstrumentDataType">
<xs:annotation>
<xs:documentation>
A data type for the output of a radiation detection instrument from a detection event.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:RadInstrumentDataCreatorName" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadItemInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadInstrumentInformation" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorInformation" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadInstrumentDataChoiceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadInstrumentDataAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="cbrn:n42DocumentDateTime" use="required"/>
<xs:attribute ref="cbrn:n42DocumentUUID" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>