nc:StringListSimpleType

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

Definition

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

Diagram

XML Schema

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