cbrn:RadItemQuantityType
complexType RadItemQuantityType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for expressing a quantity measure of a item that is the source of the radiation measurement contained in this xml document.
Diagram
XML Schema
<xs:complexType name="RadItemQuantityType">
<xs:annotation>
<xs:documentation>
A data type for expressing a quantity measure of a item that is the source of the radiation measurement contained in this xml document.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:RadItemQuantityValue" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RadItemQuantityUncertaintyValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadItemQuantityUnitText" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RadItemQuantityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>