cbrn:NonNegativeDoubleListSimpleType

simpleType NonNegativeDoubleListSimpleType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type for a list of doubles with value of zero or greater.

Diagram

XML Schema

<xs:simpleType name="NonNegativeDoubleListSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a list of doubles with value of zero or greater.
</xs:documentation>
</xs:annotation>
<xs:list itemType="cbrn:NonNegativeDoubleSimpleType"/>
</xs:simpleType>