markfields element
Each question that is represented as markfields in the Paper questionnaire will generate a markfields element. The name attribute is the name of the question in the MDD file.
Attributes for markfields
maxchecked
Use: Required
Valid values: Any
minchecked
Use: Required
Valid values: Any
name
Use: Required
Valid values: Any
XML representation
<xs:element name="markfields">
<xs:sequence>
<xs:element ref="markfield" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" use="required"/>
<xs:attribute name="minchecked" use="required"/>
<xs:attribute name="maxchecked" use="required"/>
</xs:element>
Parent elements
Child elements
See