favorite Schema
Layout Element
favorite Schema : Layout Element

Glossary Item Box

Description

Describes the presentation in the ALM user interface. For example, which columns are displayed. Describes the presentation in the ALM user interface. For example, which columns are displayed.
Namespace (none)

Diagram

VisibleColumns Element ViewLogicalName Element Sequence Layout Element

Overview

Layout
Describes the presentation in the ALM user interface. For example, which columns are displayed. Describes the presentation in the ALM user interface. For example, which columns are displayed.
Sequence
ViewLogicalName optional xs:string
The name of the view that is saved in the favorite. For example in requirements: Details view- DETAILS, Tree view- TREE, Grid view - GRID. The name of the view that is saved in the favorite.  For example in requirements: Details view- DETAILS, Tree view- TREE, Grid view - GRID.
VisibleColumns
The data columns visible in the ALM user interface. The data columns visible in the ALM user interface.

Source

<xs:element name="Layout" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                Describes the presentation in the ALM user interface. For example, which columns are displayed.
            </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ViewLogicalName" type="xs:string" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
                            The name of the view that is saved in the favorite. 
                            For example in requirements: Details view- DETAILS, Tree view- TREE, Grid view - GRID.
                        </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="VisibleColumns"></xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also