Desktop User Guides > Paper/Scan Add-on > XML export > XML export schema > markfields element
 
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
markfieldcollection element
Child elements
markfield element
See
XML export schema