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