cbrn:PositiveDoubleType
complexType PositiveDoubleType 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:complexType name="PositiveDoubleType">
<xs:annotation>
<xs:documentation>
A data type for a double with values greater than zero.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:PositiveDoubleSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>