cbrn:PercentSimpleType
simpleType PercentSimpleType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for a percent value with range 0.0 to 100.0.
Diagram
XML Schema
<xs:simpleType name="PercentSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a percent value with range 0.0 to 100.0.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:double"/>
</xs:simpleType>