summaryrefslogtreecommitdiff
path: root/DAnCE/docs/schema/Deployment.xsd
blob: 591aa588d74e6c5d8a299e2165c38cad5f910e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<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:include schemaLocation="cpd.xsd"/>
            <xsd:include schemaLocation="ccd.xsd"/>
            <xsd:include schemaLocation="cdd.xsd"/>
            <xsd:include schemaLocation="cdp.xsd"/>
            <xsd:include schemaLocation="cid.xsd"/>
            <xsd:include schemaLocation="iad.xsd"/>
            <xsd:include schemaLocation="pcd.xsd"/>
            <xsd:include schemaLocation="toplevel.xsd"/>


<!-- Top-level elements. -->

  <xsd:element name="domain" type="Deployment:Domain"/>
  <xsd:element name="DeploymentPlan" type="Deployment:deploymentPlan"/>
  <xsd:element name="implementationArtifactDescription" type="Deployment:ImplementationArtifactDescription" />
  <xsd:element name="componentInterfaceDescription" type="Deployment:ComponentInterfaceDescription"/>
  <xsd:element name="componentImplementationDescription" type="Deployment:ComponentImplementationDescription"/>
  <xsd:element name="componentPackageDescription" type="Deployment:ComponentPackageDescription"/>
  <xsd:element name="packageConfiguration" type="Deployment:PackageConfiguration"/>
  <xsd:element name="topLevelPackageDescription" type="Deployment:TopLevelPackageDescription"/>

</xsd:schema>