Paper/Scan Add-on > XML export > XML export schema > markfield element
 
markfield element
For each individual markfield in the current question a markfield element will be generated. The value attribute will contain the name of the element on the question the markfield represents.
Attributes for markfield
value
Use: Required
Valid values: Any
SXML representation
<xs:element name="markfield">
  <xs:sequence>
    <xs:element ref="position"/>
  </xs:sequence>
  <xs:attribute name="value" use="required"/>
</xs:element>
Parent elements
markfields element
Child elements
position element
See
XML export schema