Section element

A section element (<Section>) is essentially a container. A section groups together various other properties and entities. For example, the personal auto XML has several sections.

  • A section for policy information
  • A section for drivers
  • A section for vehicles

The section contains a label expression to determine what to display as the label for the section. The label must be a valid Gosu expression that returns a String.

Sections correspond to top level label nodes in the resulting difference tree such as Policy Info or Locations and Buildings. Sections can have child elements of three types.

  • RootEntity
  • RootProperties
  • Section
<Section label="displaykey.Web.Differences.LOB.PA.Drivers">
  <RootEntity type="PolicyDriver"
    label="displaykey.Web.Differences.LOB.Common.PolicyDriver(ENTITY.DisplayName)"/>
</Section>