cbrn:RadDetectorInformationType

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

Definition

A data type for information regarding a rad detector.

Diagram

XML Schema

<xs:complexType name="RadDetectorInformationType">
<xs:annotation>
<xs:documentation>
A data type for information regarding a rad detector.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:RadDetectorName" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorCategoryCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorKindCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorDescriptionText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorLengthValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorWidthValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorDepthValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorDiameterValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorVolumeValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorCharacteristics" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadDetectorInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>