summaryrefslogtreecommitdiff
path: root/TAO/CIAO/docs/schema/iad.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/docs/schema/iad.xsd')
-rw-r--r--TAO/CIAO/docs/schema/iad.xsd43
1 files changed, 0 insertions, 43 deletions
diff --git a/TAO/CIAO/docs/schema/iad.xsd b/TAO/CIAO/docs/schema/iad.xsd
deleted file mode 100644
index 246af16cd43..00000000000
--- a/TAO/CIAO/docs/schema/iad.xsd
+++ /dev/null
@@ -1,43 +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="Basic_Deployment_Data.xsd" />
-
- <xsd:complexType name="NamedImplementationArtifact">
- <xsd:sequence>
- <xsd:element name="name" type="xsd:string"/>
- <!-- @@ recursive NIA->IAD->NIA -->
- <xsd:element name="referencedArtifact" type="Deployment:ImplementationArtifactDescription"/>
- </xsd:sequence>
- </xsd:complexType>
-
- <xsd:complexType name="ImplementationArtifactDescription">
- <!-- @@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"/>
-
- <!-- @@ There probably should be only one location? -->
- <xsd:element name="location" type="xsd:string" maxOccurs="unbounded"/>
- <!-- @@mxiong: move <dependsOn> before <execParameter> -->
- <xsd:element name="dependsOn" type="Deployment:NamedImplementationArtifact" minOccurs="0" maxOccurs="unbounded"/>
- <xsd:element name="execParameter" type="Deployment:Property" minOccurs="0"/>
- <xsd:element name="deployRequirement" type="Deployment:Requirement" minOccurs="0"/>
- <xsd:element name="infoProperty" type="Deployment:Property" minOccurs="0"/>
- </xsd:sequence>
- <xsd:element name="contentLocation" type="xsd:string"/>
- </xsd:choice>
- <!-- @@mxiong: added a href attribute
- when adding config_handler support
- for repoMan
- -->
- <xsd:attribute name="href" type="xsd:string" use="optional"/>
- </xsd:complexType>
-</xsd:schema> \ No newline at end of file