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