summaryrefslogtreecommitdiff
path: root/TAO/CIAO/docs/schema/cpd.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/docs/schema/cpd.xsd')
-rw-r--r--TAO/CIAO/docs/schema/cpd.xsd42
1 files changed, 0 insertions, 42 deletions
diff --git a/TAO/CIAO/docs/schema/cpd.xsd b/TAO/CIAO/docs/schema/cpd.xsd
deleted file mode 100644
index dc8cb81be3f..00000000000
--- a/TAO/CIAO/docs/schema/cpd.xsd
+++ /dev/null
@@ -1,42 +0,0 @@
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.w3.org/2001/XMLSchema XMLSchema.xsd"
- xmlns:Deployment="http://www.omg.org/Deployment"
- targetNamespace="http://www.omg.org/Deployment">
-
- <xsd:include schemaLocation="ccd.xsd" />
- <xsd:include schemaLocation="cid.xsd" />
-
- <xsd:complexType name="PackagedComponentImplementation">
- <xsd:sequence>
- <xsd:element name="name" type="xsd:string"/>
- <!-- @@ recursive CPD->PCI->CID->CAD->SID->CPD -->
- <xsd:element name="referencedImplementation" type="Deployment:ComponentImplementationDescription"/>
- </xsd:sequence>
- </xsd:complexType>
-
- <xsd:complexType name="ComponentPackageDescription">
- <!-- @@mxiong: added minOccurs="0" maxOccurs="1"
- when adding config_handler support
- for repoMan
- -->
- <xsd:choice minOccurs="0" maxOccurs="1">
- <xsd:sequence>
- <xsd:element name="label" type="xsd:string"/>
- <xsd:element name="UUID" type="xsd:string"/>
- <xsd:element name="realizes" type="Deployment:ComponentInterfaceDescription" minOccurs="0"/>
- <xsd:element name="configProperty" type="Deployment:Property" minOccurs="0"/>
- <xsd:element name="implementation" type="Deployment:PackagedComponentImplementation"/>
- <xsd:element name="infoProperty" type="Deployment:Property" minOccurs="0"/>
- </xsd:sequence>
- <xsd:element name="contentLocation" type="xsd:string"/>
- </xsd:choice>
- <!-- @@mxiong: added href
- when adding config_handler support
- for repoMan
- -->
- <xsd:attribute name="href" type="xsd:string" use="optional"/>
- </xsd:complexType>
-
-</xsd:schema>
-