cbrn:PositiveDoubleSimpleType
simpleType PositiveDoubleSimpleType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for a double with values greater than zero.
Diagram
XML Schema
<xs:simpleType name="PositiveDoubleSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a double with values greater than zero.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:double"/>
</xs:simpleType>