cbrn:SpeedType
complexType SpeedType in namespace http://release.niem.gov/niem/domains/cbrn/5.0/
Definition
A data type for the speed measure where the units are meters per second (m/s).
Diagram
XML Schema
<xs:complexType name="SpeedType">
<xs:annotation>
<xs:documentation>
A data type for the speed measure where the units are meters per second (m/s).</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:DoubleType">
<xs:attribute ref="cbrn:unitsText" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>