nc:DoubleListSimpleType

simpleType DoubleListSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a white space-delimited list of double.

Diagram

XML Schema

<xs:simpleType name="DoubleListSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a white space-delimited list of double.
</xs:documentation>
</xs:annotation>
<xs:list itemType="xs:double"/>
</xs:simpleType>