cbrn:TokenListSimpleType
simpleType TokenListSimpleType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for a list of tokens.
Diagram
XML Schema
<xs:simpleType name="TokenListSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a list of tokens.</xs:documentation>
</xs:annotation>
<xs:list itemType="xs:token"/>
</xs:simpleType>