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