cbrn:NonNegativeDoubleListType
complexType NonNegativeDoubleListType in namespace http://release.niem.gov/niem/domains/cbrn/5.0/
Definition
A data type for a list of doubles with value of zero or greater.
Diagram
XML Schema
<xs:complexType name="NonNegativeDoubleListType">
<xs:annotation>
<xs:documentation>
A data type for a list of doubles with value of zero or greater.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:NonNegativeDoubleListSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>