cbrn:ArealDensityType
complexType ArealDensityType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for areal density whose value is nonnegative and measured in g/cm^2 units.
Diagram
XML Schema
<xs:complexType name="ArealDensityType">
<xs:annotation>
<xs:documentation>
A data type for areal density whose value is nonnegative and measured in g/cm^2 units.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:NonNegativeDoubleType">
<xs:attribute ref="cbrn:unitsText" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>