summaryrefslogtreecommitdiff
path: root/TAO/CIAO
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-03-11 16:34:09 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-03-11 16:34:09 +0000
commitee6ef854dc6a22345825620006270b100afa141d (patch)
tree98874e6a1bd8033275ff8f72ee5d74b4647f30cb /TAO/CIAO
parent30e5c9f514a646134eb40b1f9b3fec1f7060719b (diff)
downloadATCD-ee6ef854dc6a22345825620006270b100afa141d.tar.gz
Fri Mar 11 10:33:28 2005 Will Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO')
-rw-r--r--TAO/CIAO/ChangeLog6
-rw-r--r--TAO/CIAO/docs/schema/cdp.xsd2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 927a3206e83..eaef938ac92 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Mar 11 10:33:28 2005 Will Otte <wotte@dre.vanderbilt.edu>
+
+ * docs/schema/cdp.xsd
+
+ Corrected an incorrect element in the schema.
+
Fri Mar 11 12:01:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* ciao/ComponentsC.h:
diff --git a/TAO/CIAO/docs/schema/cdp.xsd b/TAO/CIAO/docs/schema/cdp.xsd
index 050fb0c3048..302b7c4c1a2 100644
--- a/TAO/CIAO/docs/schema/cdp.xsd
+++ b/TAO/CIAO/docs/schema/cdp.xsd
@@ -11,7 +11,7 @@
<xsd:element name="label" type="xsd:string" minOccurs="0"/>
<xsd:element name="UUID" type="xsd:string" minOccurs="0"/>
<xsd:element name="realizes" type="Deployment:ComponentInterfaceDescription" />
- <xsd:element name="implementation" type="Deployment:MonolithicDeploymentDescription" />
+ <xsd:element name="implementation" type="Deployment:MonolithicDeploymentDescription" maxOccurs="unbounded" />
<xsd:element name="instance" type="Deployment:InstanceDeploymentDescription" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="connection" type="Deployment:PlanConnectionDescription" minOccurs="0" maxOccurs="unbounded"/>
<!-- potentially recursive, not used