cbrn:RadItemInformationType
complexType RadItemInformationType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type that provides information regarding an item from which radiation is being measured by the radiation instrument, and measurement data is reported in this xml document.
Diagram
XML Schema
<xs:complexType name="RadItemInformationType">
<xs:annotation>
<xs:documentation>
A data type that provides information regarding an item from which radiation is being measured by the radiation instrument, and measurement data is reported in this xml document.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:RadItemDescriptionText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadItemQuantity" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadItemMeasurementGeometryDescriptionText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadItemCharacteristics" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadItemInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>