Desktop User Guides > Professional > Interview scripting > Interview scripting reference > Template XML schema > mrRef Element
 
mrRef Element
Insertion marker for reference tags (e.g IMG, A etc)
Attributes for mrRef
href
Use: optional
Valid values: string
RefPosition
Use: optional
Valid values: string
RefType
HTML tag name to be inserted
Use: required
Valid values: string
src
Use: optional
Valid values: string
XML representation
<xs:element name="mrRef">
  <xs:attribute name="RefType" type="xs:string" use="required"/>
  <xs:attribute name="RefPosition" type="xs:string" use="optional"/>
  <xs:attribute name="href" type="xs:string" use="optional"/>
  <xs:attribute name="src" type="xs:string" use="optional"/>
</xs:element>
See also
Template XML schema