Client Application Definition File (v3) Schema
dashboard Element
Client Application Definition File (v3) Schema > application Element > dashboards Element : dashboard Element
Namespace (none)
Diagram
icon-selected Element icon Element allow-selection Element trusted-content Element content Element Sequence dashboard Element
Overview
dashboard 0..∞
name optional xs:string
id required xs:string
event-priority optional xs:integer
Sequence
content xs:string
trusted-content 0..∞ xs:string
allow-selection optional xs:boolean
icon optional xs:string
icon-selected optional xs:string
Attributes
NameTypeUseDefaultFixedDescription
namexs:stringoptional   
idxs:stringrequired   
event-priorityxs:integeroptional   
Remarks
The icon and icon-selected elements are supported in M-Files version 19.8.8114.7 and later. If you use these elements in earlier versions than 19.8.8114.7, it prevents you from opening the client.
Source
<xs:element name="dashboard" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="content" type="xs:string" />
      <xs:element name="trusted-content" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
      <xs:element name="allow-selection" type="xs:boolean" minOccurs="0" />
      <xs:element name="icon" type="xs:string" minOccurs="0" maxOccurs="1" />
      <xs:element name="icon-selected" type="xs:string" minOccurs="0" maxOccurs="1" />
    </xs:sequence>
    <xs:attribute name="name" type="xs:string" />
    <xs:attribute name="id" use="required" type="xs:string" />
    <xs:attribute name="event-priority" type="xs:integer" />
  </xs:complexType>
</xs:element>
See Also
dashboards Elementapplication ElementClient Application Definition File (v3) Schema