nc:TokenListSimpleType

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

Definition

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

Diagram

XML Schema

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