stat:QuestionnaireComponentType

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

Definition

A data type for a record of the flow of a questionnaire specification and its use of questions, question blocks and statements.

Diagram

XML Schema

<xs:complexType name="QuestionnaireComponentType">
<xs:annotation>
<xs:documentation>
A data type for a record of the flow of a questionnaire specification and its use of questions, question blocks and statements.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:InstanceQuestion" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:InstanceQuestionBlock" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:InstanceStatement" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:QuestionnaireLogic" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:QuestionnaireComponentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>