stat:QuestionBlockType
complexType QuestionBlockType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/
Definition
A data type for a set of questions, statements or instructions which are used together.
Diagram
XML Schema
<xs:complexType name="QuestionBlockType">
<xs:annotation>
<xs:documentation>
A data type for a set of questions, statements or instructions which are used together.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="stat:QuestionnaireComponentType">
<xs:sequence>
<xs:element ref="stat:QuestionBlockAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>