stat:VariableType

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

Definition

A data type for a use of a concept as a characteristic of a population intended to be measured.

Diagram

XML Schema

<xs:complexType name="VariableType">
<xs:annotation>
<xs:documentation>
A data type for a use of a concept as a characteristic of a population intended to be measured.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:VariableConceptualDomain" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:VariableMeasuredConcept" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:VariableMeasuredUnitClass" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:VariableAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>