Desktop User Guides > Professional > Interview scripting > Interview scripting reference > Template XML schema > mrBannerText Element
 
mrBannerText Element
Insertion marker for interview banner text
Attributes for mrBannerText
Index
The index of the banner to be inserted. If an index or name is not supplied, all banners not referenced by an index or name are inserted here.
Use: optional
Valid values: positiveInteger
Name
The name of the banner to be inserted. If a name or index is not supplied, all banners not referenced by an name tag are inserted here.
Use: optional
Valid values: string
XML representation
<xs:element name="mrBannerText">
  <xs:attribute name="Index" type="xs:positiveInteger" use="optional"/>
  <xs:attribute name="Name" type="xs:string" use="optional"/>
</xs:element>
See also
Template XML schema