cbrn:FWHMUncertaintiesKeVType
complexType FWHMUncertaintiesKeVType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for FWHM uncertaintymeasure whose values are nonnegative and measured in keV.
Diagram
XML Schema
<xs:complexType name="FWHMUncertaintiesKeVType">
<xs:annotation>
<xs:documentation>
A data type for FWHM uncertaintymeasure whose values are nonnegative and measured in keV.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:NonNegativeDoubleListType">
<xs:attribute ref="cbrn:unitsText" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>