cbrn:DoubleType
complexType DoubleType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for a double precision real value.
Diagram
XML Schema
<xs:complexType name="DoubleType">
<xs:annotation>
<xs:documentation>
A data type for a double precision real value.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:double">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>