stat:DataPointType

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

Definition

A data type for a placeholder (or cell) for the value of an instance variable.

Diagram

XML Schema

<xs:complexType name="DataPointType">
<xs:annotation>
<xs:documentation>
A data type for a placeholder (or cell) for the value of an instance variable.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:DataPointAttributeInstanceVariable" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:DataPointIdentifierInstanceVariable" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:DataPointMeasureInstanceVariable" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:Datum" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:DataPointAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>