cbrn:DistanceType
complexType DistanceType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/
Definition
A data type for a distance measure where the units are meters (m) and the values may not be negative.
Diagram
XML Schema
<xs:complexType name="DistanceType">
<xs:annotation>
<xs:documentation>
A data type for a distance measure where the units are meters (m) and the values may not be negative.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:NonNegativeDoubleType">
<xs:attribute ref="cbrn:unitsText" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>