cbrn:RadItemStateType

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

Definition

A data type for the state of an item that is the subject of a radiation measurement.

Diagram

XML Schema

<xs:complexType name="RadItemStateType">
<xs:annotation>
<xs:documentation>
A data type for the state of an item that is the subject of a radiation measurement.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:StateVector" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadItemCharacteristics" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadItemInformation" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadItemStateAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>