Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 511f1e7ff2d2cbdc643a741e6b975f36cfa5dc0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="ASCII"?>
<eef:EEFViewDescription
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:eef="http://www.eclipse.org/eef"
    xsi:schemaLocation="http://www.eclipse.org/eef ../../../../org.eclipse.eef/model/eef.ecore">
  <groups>
    <controls
        xsi:type="eef:EEFSelectDescription"
        helpExpression="aql:'Visibility Help'"/>
  </groups>
  <pages groups="//@groups.0"/>
</eef:EEFViewDescription>

Back to the top