cbrn:DecimalListSimpleType
simpleType DecimalListSimpleType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for a white space-delimited list of decimal.
Diagram
XML Schema
<xs:simpleType name="DecimalListSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a white space-delimited list of decimal.</xs:documentation>
</xs:annotation>
<xs:list itemType="xs:decimal"/>
</xs:simpleType>