IEG elements and attributes supported for the summary PDF

The IntakeApplicationPDFTemplate.xsl template generates a PDF summary from a summary page in the IEG script. The following IEG elements and attributes, which affect the display of information on summary pages, are supported in summary PDFs that are based on the IntakeApplicationPDFTemplate.xsl template.

For a summary PDF to be generated from an IEG script by using the IntakeApplicationPDFTemplate.xsl template, a summary page must be at the end of the script. The following scripts are not supported:

  • Scripts with no summary pages.
  • Scripts with one or more summary pages, but where a summary page isn't at the end of the script.

  • Scripts with a summary page that is nested in a condition.

The following IEG script elements that affect the display of information on summary pages are supported:

Display elements and attributes
  • The summary-page element, which displays read-only values of questions that were answered in a section. The entity and critera attributes are supported. They are typically used together to specify data to display on the summary page. These attributes are typically left blank on a summary page, which means that the page is mapped to the root entity. The following child elements of the summary-page element are supported:
    • The cluster element, which visually groups questions and answers on an IEG page. The following attributes are supported for the cluster element.
      • The entity and critera attributes, which can be used together to specify data to display on the summary page.
      • The grouping-id attribute, which can be used to display multiple clusters as a single cluster.

      The following child elements of the cluster element are supported:

        • title. The argument child element is supported for title. The id attribute is supported.
        • description The argument child element is supported for description. The id attribute is supported.
        • container The following child elements are supported for container.
          • title The argument child element is supported for title. The id attribute is supported.
          • question
          • divider
        • question The label child element is supported for the question element. The following attributes are supported for the question element.
          • id
          • multi-select
        • list-question
    • The list element, which displays the details of multiple records from an entity in the data store. The following child elements are supported for list.
      • container The argument child element is supported for container. The id attribute is supported.
      • list Nested lists are supported.
    • The relationship-summary-list element, is used on a summary page to display a list of all the household relationships that were captured by using the relationship-page element.
    • The condition meta-display element.

For more information about IEG elements, see the IEG script element reference.