stat:DataSetType

complexType DataSetType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/

Definition

A data type for an organized collection of data.

Diagram

XML Schema

<xs:complexType name="DataSetType">
<xs:annotation>
<xs:documentation>
A data type for an organized collection of data.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:DataPoint" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:DataStructure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:DataSetAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>