cbrn:FWHMKeVType
complexType FWHMKeVType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for a FWHM measure whose values are positive and measured in keV.
Diagram
XML Schema
<xs:complexType name="FWHMKeVType">
<xs:annotation>
<xs:documentation>
A data type for a FWHM measure whose values are positive and measured in keV.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:PositiveDoubleListSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
<xs:attribute ref="cbrn:unitsText" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>