Name: simulation/server.xml 
1:
<!--                                                                                                                                                                                                              
2:
  This file is part of CPEE.
3:
 
4:
  CPEE is free software: you can redistribute it and/or modify it under the terms
5:
  of the GNU General Public License as published by the Free Software Foundation,
6:
  either version 3 of the License, or (at your option) any later version.
7:
 
8:
  CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
9:
  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10:
  PARTICULAR PURPOSE.  See the GNU General Public License for more details.
11:
 
12:
  You should have received a copy of the GNU General Public License along with
13:
  CPEE (file COPYING in the main directory).  If not, see
14:
  <http://www.gnu.org/licenses/>.
15:
-->
16:
 
17:
<declaration xmlns="http://riddl.org/ns/declaration/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
18:
  <interface name="events">
19:
    <xi:include href="http://www.riddl.org/ns/common-patterns/notifications-consumer/1.0/consumer.xml"/>
20:
  </interface>
21:
  <interface name="simulation">
22:
    <xi:include href="simulation.xml"/>
23:
  </interface>
24:
 
25:
  <facade>
26:
    <tile>
27:
      <layer name="simulation"/>
28:
      <layer name="events">
29:
        <apply-to>/events</apply-to>
30:
      </layer>  
31:
    </tile>
32:
  </facade>
33:
</declaration>