cbrn:PositiveLengthCMType
complexType PositiveLengthCMType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/
Definition
A data type for a length measure whose value is positive and expressed in centimeter (cm) units.
Diagram
XML Schema
<xs:complexType name="PositiveLengthCMType">
<xs:annotation>
<xs:documentation>
A data type for a length measure whose value is positive and expressed in centimeter (cm) units.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:PositiveDoubleType">
<xs:attribute ref="cbrn:unitsText" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>