summaryrefslogtreecommitdiff
path: root/CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd')
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd17
1 files changed, 17 insertions, 0 deletions
diff --git a/CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd
new file mode 100644
index 00000000000..b4dd3c729ef
--- /dev/null
+++ b/CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<Deployment:Domain
+ 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>Stock Domain</label>
+<UUID>effd4bd0-6db0-4c50-9bb7-db9decebae1c</UUID>
+<node>
+ <name>Distributor</name>
+ <label>Distributor's Node</label>
+</node>
+<node>
+ <name>Broker</name>
+ <label>Broker's Node</label>
+</node>
+</Deployment:Domain>