summaryrefslogtreecommitdiff
path: root/CIAO/docs/schema/toplevel.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/docs/schema/toplevel.xsd')
-rw-r--r--CIAO/docs/schema/toplevel.xsd15
1 files changed, 0 insertions, 15 deletions
diff --git a/CIAO/docs/schema/toplevel.xsd b/CIAO/docs/schema/toplevel.xsd
deleted file mode 100644
index 0c67f5fb7a9..00000000000
--- a/CIAO/docs/schema/toplevel.xsd
+++ /dev/null
@@ -1,15 +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="pcd.xsd" />
-
- <xsd:complexType name="TopLevelPackageDescription">
- <xsd:sequence>
- <xsd:element name="basePackage" type="Deployment:PackageConfiguration" maxOccurs="unbounded"/>
- </xsd:sequence>
- </xsd:complexType>
-
-</xsd:schema>