nc:IntegerListSimpleType

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

Definition

A data type for a list of integers.

Diagram

XML Schema

<xs:simpleType name="IntegerListSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a list of integers.
</xs:documentation>
</xs:annotation>
<xs:list itemType="xs:integer"/>
</xs:simpleType>