nc:PositiveIntegerListSimpleType
simpleType PositiveIntegerListSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a white space-delimited list of positive integers.
Diagram
XML Schema
<xs:simpleType name="PositiveIntegerListSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a white space-delimited list of positive integers.</xs:documentation>
</xs:annotation>
<xs:list itemType="xs:positiveInteger"/>
</xs:simpleType>