nc:NonNegativeIntegerListType
complexType NonNegativeIntegerListType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a white space-delimited list of nonnegative integers.
Diagram
XML Schema
<xs:complexType name="NonNegativeIntegerListType">
<xs:annotation>
<xs:documentation>
A data type for a white space-delimited list of nonnegative integers.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="nc:NonNegativeIntegerListSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>