summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/descriptors/DeploymentPlan.cdp
blob: 2ebfcbc5f3a8a40e43b1961e7583812b8f99bcbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Deployment:DeploymentPlan

 xmlns:Deployment="http://www.omg.org/Deployment"
 xmlns:xmi="http://www.omg.org/XMI"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.omg.org/Deployment Deployment.xsd">

  <label>Display Deployment Plan</label>

  <instance xmi:id="RateGen_Instance">
    <name>RateGen_Instance</name>
    <node>RateGenNode</node>
  </instance>

  <instance xmi:id="GPS_Instance">
    <name>GPS_Instance</name>
    <node>GPSNode</node>
  </instance>

  <instance xmi:id="NavDisplay_Instance">
    <name>NavDisplay_Instance</name>
    <node>NavDisplayNode</node>
  </instance>

</Deployment:DeploymentPlan>