Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • In the display attribute of an instance of the OrderedDisplay class representing 1 of the ordered displays within the displays attribute of an output.
  • To specify text values to be used in different parts (or "sections") of the display , such as the (e.g., titles, footnotes, etc).

Excerpt Include
ARSP:ER Diagram: OutputDisplay
ARSP:ER Diagram: OutputDisplay

...

  • sectionType, which includes a value from the DisplaySectionTypeEnum enumeration (e.g., "Title", "Footnote", "Abbreviation") to indicate which section of the display contains the specified text values.
  • orderedSubSections, which contains a list of ordered text value specifications (or "sub-sectionssubsections"), each of which is represented as an instance of one of the specializations of the OrderedDisplaySubSection class:
    • OrderedSubSection, which contains a new sub-section subsection specification represented in the subSection attribute as an instance of the DisplaySubSection class that contains the text value in the text attribute and an assigned identifier value in the id attribute.
    • OrderedSubSectionRef, which contains, in the subSectionId attribute, the identifier of a sub-section subsection that has already been defined, either as part of a global display section (as described in the GlobalDisplaySection section) or within another display section.

In both specializations of the OrderedDisplaySubSection class, the order attribute contains an integer to order the sub-section subsection with respect to other sub-sections in the display section (i.e., "1" for the first sub-section subsection in the display section, "2" for the second sub-section, etc.subsection, and so on).

Example

Include Page
display
display

...