stat:QuestionType

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

Definition

A data type for a set of details about the text used to elicit a response for the concept to be measured.

Diagram

XML Schema

<xs:complexType name="QuestionType">
<xs:annotation>
<xs:documentation>
A data type for a set of details about the text used to elicit a response for the concept to be measured.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:QuestionReferenceQuestion" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:QuestionValueDomain" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:QuestionVariable" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:QuestionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>