cbrn:TotalExposuremRType
complexType TotalExposuremRType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for a radiation total exposure measure whose value is nonnegative and expressed in milliroentgen (mR) units.
Diagram
XML Schema
<xs:complexType name="TotalExposuremRType">
<xs:annotation>
<xs:documentation>
A data type for a radiation total exposure measure whose value is nonnegative and expressed in milliroentgen (mR) units.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:NonNegativeDoubleType">
<xs:attribute ref="cbrn:unitsText" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>